#D666B8

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

Shades of Fuchsia #D666B8

Tints of Fuchsia #D666B8

Color information

#D666B8 (or 0xD666B8) is unknown color: approx Fuchsia. HEX triplet: D6, 66 and B8. RGB value is (214,102,184). Sum of RGB (Red+Green+Blue) = 214+102+184=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D666B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666B8 is #299947. Grayscale: #909090. Windows color (decimal): -2726216 or 12084950. OLE color: 12084950.

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

Color convert

RGB214102184-
CMYK00.520.140.16
HSL316.07º57.73%61.96%-
HSV(B)316.07º52.34%83.92%-
XYZ41.1327.2648.44-
YUV144.84150.11177.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.8%
GREEN value IS 102 (40.23% from 255) = 20.4%
BLUE value IS 184 (72.27% from 255) = 36.8%
R=42.8%
G=20.4%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410218400.520.140.16316.0757.7361.96
HexD666B8034E1013c3a3e
Octal32614627006416204747276
Binary110101101100110101110000110100111010000100111100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D666B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D666B8; }

 p { color: rgb(214,102,184); }

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

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

 a { background-color: rgb(214,102,184); }

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

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

 span { border-color: rgb(214,102,184); }

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