Shades of Fuchsia #D266BA
Tints of Fuchsia #D266BA
RGB
CMYK
RGB Variations
Color information
#D266BA (or 0xD266BA) is known color: Fuchsia. HEX triplet: D2, 66 and BA. RGB value is (210,102,186). Sum of RGB (Red+Green+Blue) = 210+102+186=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D266BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266BA is #2D9945. Grayscale: #8F8F8F. Windows color (decimal): -2988358 or 12216018. OLE color: 12216018.
HSL color Cylindrical-coordinate representation of color #D266BA: hue angle of 313.33º 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 #D266BA is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 186 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.18 |
| HSL | 313.33º | 0.55% | 0.61% | - |
| HSV(B) | 313.33º | 0.51% | 0.82% | - |
| XYZ | 40.19 | 26.75 | 49.5 | - |
| YUV | 143.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 186 | 0 | 0.51 | 0.11 | 0.18 | 313.33 | 0.55 | 0.61 |
| Hex | D2 | 66 | BA | 0 | 33 | B | 12 | 139 | 37 | 3D |
| Octal | 322 | 146 | 272 | 0 | 63 | 13 | 22 | 471 | 67 | 75 |
| Binary | 11010010 | 1100110 | 10111010 | 0 | 110011 | 1011 | 10010 | 100111001 | 110111 | 111101 |
Color Harmonies of #D266BA
Complementary color
Monochromatic Colors of #D266BA
Black with #D266BA
Text Example
Text Example
White with #D266BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266BA; }
p { color: rgb(210,102,186); }
H1.HeaderClassName
{
color: #D266BA;
}
.AnyTagClassName
{
color: #D266BA;
}
</style>
background-color css
<style>
a { background-color: #D266BA; }
a { background-color: rgb(210,102,186); }
div.DivClassName
{
background-color: #D266BA;
}
.BgClassName
{
background-color: #D266BA;
}
</style>
border-color css
<style>
span { border-color: #D266BA; }
span { border-color: rgb(210,102,186); }
td.TdClassName
{
border-color: #D266BA;
}
.TagClassName
{
border-color: #D266BA;
}
</style>