Shades of Fuchsia #D266B5
Tints of Fuchsia #D266B5
RGB
CMYK
RGB Variations
Color information
#D266B5 (or 0xD266B5) is known color: Fuchsia. HEX triplet: D2, 66 and B5. RGB value is (210,102,181). Sum of RGB (Red+Green+Blue) = 210+102+181=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D266B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266B5 is #2D994A. Grayscale: #8F8F8F. Windows color (decimal): -2988363 or 11888338. OLE color: 11888338.
HSL color Cylindrical-coordinate representation of color #D266B5: hue angle of 316.11º 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 #D266B5 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 181 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.18 |
| HSL | 316.11º | 0.55% | 0.61% | - |
| HSV(B) | 316.11º | 0.51% | 0.82% | - |
| XYZ | 39.67 | 26.54 | 46.75 | - |
| YUV | 143.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 181 | 0 | 0.51 | 0.14 | 0.18 | 316.11 | 0.55 | 0.61 |
| Hex | D2 | 66 | B5 | 0 | 33 | E | 12 | 13C | 37 | 3D |
| Octal | 322 | 146 | 265 | 0 | 63 | 16 | 22 | 474 | 67 | 75 |
| Binary | 11010010 | 1100110 | 10110101 | 0 | 110011 | 1110 | 10010 | 100111100 | 110111 | 111101 |
Color Harmonies of #D266B5
Complementary color
Monochromatic Colors of #D266B5
Black with #D266B5
Text Example
Text Example
White with #D266B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266B5; }
p { color: rgb(210,102,181); }
H1.HeaderClassName
{
color: #D266B5;
}
.AnyTagClassName
{
color: #D266B5;
}
</style>
background-color css
<style>
a { background-color: #D266B5; }
a { background-color: rgb(210,102,181); }
div.DivClassName
{
background-color: #D266B5;
}
.BgClassName
{
background-color: #D266B5;
}
</style>
border-color css
<style>
span { border-color: #D266B5; }
span { border-color: rgb(210,102,181); }
td.TdClassName
{
border-color: #D266B5;
}
.TagClassName
{
border-color: #D266B5;
}
</style>