Shades of Fuchsia #D266B9
Tints of Fuchsia #D266B9
RGB
CMYK
RGB Variations
Color information
#D266B9 (or 0xD266B9) is known color: Fuchsia. HEX triplet: D2, 66 and B9. RGB value is (210,102,185). Sum of RGB (Red+Green+Blue) = 210+102+185=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D266B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266B9 is #2D9946. Grayscale: #8F8F8F. Windows color (decimal): -2988359 or 12150482. OLE color: 12150482.
HSL color Cylindrical-coordinate representation of color #D266B9: hue angle of 313.89º 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 #D266B9 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 185 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.18 |
| HSL | 313.89º | 0.55% | 0.61% | - |
| HSV(B) | 313.89º | 0.51% | 0.82% | - |
| XYZ | 40.09 | 26.71 | 48.94 | - |
| YUV | 143.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 185 | 0 | 0.51 | 0.12 | 0.18 | 313.89 | 0.55 | 0.61 |
| Hex | D2 | 66 | B9 | 0 | 33 | C | 12 | 13A | 37 | 3D |
| Octal | 322 | 146 | 271 | 0 | 63 | 14 | 22 | 472 | 67 | 75 |
| Binary | 11010010 | 1100110 | 10111001 | 0 | 110011 | 1100 | 10010 | 100111010 | 110111 | 111101 |
Color Harmonies of #D266B9
Complementary color
Monochromatic Colors of #D266B9
Black with #D266B9
Text Example
Text Example
White with #D266B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266B9; }
p { color: rgb(210,102,185); }
H1.HeaderClassName
{
color: #D266B9;
}
.AnyTagClassName
{
color: #D266B9;
}
</style>
background-color css
<style>
a { background-color: #D266B9; }
a { background-color: rgb(210,102,185); }
div.DivClassName
{
background-color: #D266B9;
}
.BgClassName
{
background-color: #D266B9;
}
</style>
border-color css
<style>
span { border-color: #D266B9; }
span { border-color: rgb(210,102,185); }
td.TdClassName
{
border-color: #D266B9;
}
.TagClassName
{
border-color: #D266B9;
}
</style>