Shades of Fuchsia #D666B8
Tints of Fuchsia #D666B8
RGB
CMYK
RGB Variations
Color information
#D666B8 (or 0xD666B8) is known color: 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
| RGB | 214 | 102 | 184 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.16 |
| HSL | 316.07º | 0.58% | 0.62% | - |
| HSV(B) | 316.07º | 0.52% | 0.84% | - |
| XYZ | 41.13 | 27.26 | 48.44 | - |
| YUV | 144.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 184 | 0 | 0.52 | 0.14 | 0.16 | 316.07 | 0.58 | 0.62 |
| Hex | D6 | 66 | B8 | 0 | 34 | E | 10 | 13C | 3A | 3E |
| Octal | 326 | 146 | 270 | 0 | 64 | 16 | 20 | 474 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10111000 | 0 | 110100 | 1110 | 10000 | 100111100 | 111010 | 111110 |
Color Harmonies of #D666B8
Complementary color
Monochromatic Colors of #D666B8
Black with #D666B8
Text Example
Text Example
White with #D666B8
Text Example
Text Example
HTML Codes & Css Web 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>