Shades of Fuchsia #D266B8
Tints of Fuchsia #D266B8
RGB
CMYK
RGB Variations
Color information
#D266B8 (or 0xD266B8) is known color: Fuchsia. HEX triplet: D2, 66 and B8. RGB value is (210,102,184). Sum of RGB (Red+Green+Blue) = 210+102+184=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D266B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266B8 is #2D9947. Grayscale: #8F8F8F. Windows color (decimal): -2988360 or 12084946. OLE color: 12084946.
HSL color Cylindrical-coordinate representation of color #D266B8: hue angle of 314.44º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D266B8 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 184 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.18 |
| HSL | 314.44º | 0.55% | 0.61% | - |
| HSV(B) | 314.44º | 0.51% | 0.82% | - |
| XYZ | 39.98 | 26.67 | 48.39 | - |
| YUV | 143.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 184 | 0 | 0.51 | 0.12 | 0.18 | 314.44 | 0.55 | 0.61 |
| Hex | D2 | 66 | B8 | 0 | 33 | C | 12 | 13A | 37 | 3D |
| Octal | 322 | 146 | 270 | 0 | 63 | 14 | 22 | 472 | 67 | 75 |
| Binary | 11010010 | 1100110 | 10111000 | 0 | 110011 | 1100 | 10010 | 100111010 | 110111 | 111101 |
Color Harmonies of #D266B8
Complementary color
Monochromatic Colors of #D266B8
Black with #D266B8
Text Example
Text Example
White with #D266B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266B8; }
p { color: rgb(210,102,184); }
H1.HeaderClassName
{
color: #D266B8;
}
.AnyTagClassName
{
color: #D266B8;
}
</style>
background-color css
<style>
a { background-color: #D266B8; }
a { background-color: rgb(210,102,184); }
div.DivClassName
{
background-color: #D266B8;
}
.BgClassName
{
background-color: #D266B8;
}
</style>
border-color css
<style>
span { border-color: #D266B8; }
span { border-color: rgb(210,102,184); }
td.TdClassName
{
border-color: #D266B8;
}
.TagClassName
{
border-color: #D266B8;
}
</style>