#D651B2

Color #D651B2 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D651B2

Tints of Fuchsia #D651B2

Color information

#D651B2 (or 0xD651B2) is unknown color: approx Fuchsia. HEX triplet: D6, 51 and B2. RGB value is (214,81,178). Sum of RGB (Red+Green+Blue) = 214+81+178=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D651B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D651B2 is #29AE4D. Grayscale: #838383. Windows color (decimal): -2731598 or 11686358. OLE color: 11686358.

HSL color Cylindrical-coordinate representation of color #D651B2: hue angle of 316.24º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D651B2 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB21481178-
CMYK00.620.170.16
HSL316.24º61.86%57.84%-
HSV(B)316.24º62.15%83.92%-
XYZ38.7123.444.6-
YUV131.82154.06186.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 81 (32.03% from 255) = 17.12%
BLUE value IS 178 (69.92% from 255) = 37.63%
R=45.24%
G=17.12%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148117800.620.170.16316.2461.8657.84
HexD651B203E111013c3e3a
Octal32612126207621204747672
Binary1101011010100011011001001111101000110000100111100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D651B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D651B2; }

 p { color: rgb(214,81,178); }

 H1.HeaderClassName
 {
   color: #D651B2;
 }
 .AnyTagClassName
 {
   color: #D651B2;
 }
</style>
background-color css

<style>
 a { background-color: #D651B2; }

 a { background-color: rgb(214,81,178); }

 div.DivClassName
 {
   background-color: #D651B2;
 }
 .BgClassName
 {
   background-color: #D651B2;
 }
</style>
border-color css

<style>
 span { border-color: #D651B2; }

 span { border-color: rgb(214,81,178); }

 td.TdClassName
 {
   border-color: #D651B2;
 }
 .TagClassName
 {
   border-color: #D651B2;
 }
</style>