Shades of Fuchsia #D02DC9
Tints of Fuchsia #D02DC9
RGB
CMYK
RGB Variations
Color information
#D02DC9 (or 0xD02DC9) is known color: Fuchsia. HEX triplet: D0, 2D and C9. RGB value is (208,45,201). Sum of RGB (Red+Green+Blue) = 208+45+201=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DC9 is #2FD236. Grayscale: #6F6F6F. Windows color (decimal): -3134007 or 13184464. OLE color: 13184464.
HSL color Cylindrical-coordinate representation of color #D02DC9: hue angle of 302.58º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02DC9 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 201 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.18 |
| HSL | 302.58º | 0.64% | 0.5% | - |
| HSV(B) | 302.58º | 0.78% | 0.82% | - |
| XYZ | 37.49 | 19.5 | 57.05 | - |
| YUV | 111.52 | 178.5 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 201 | 0 | 0.78 | 0.03 | 0.18 | 302.58 | 0.64 | 0.5 |
| Hex | D0 | 2D | C9 | 0 | 4E | 3 | 12 | 12F | 40 | 32 |
| Octal | 320 | 55 | 311 | 0 | 116 | 3 | 22 | 457 | 100 | 62 |
| Binary | 11010000 | 101101 | 11001001 | 0 | 1001110 | 11 | 10010 | 100101111 | 1000000 | 110010 |
Color Harmonies of #D02DC9
Complementary color
Monochromatic Colors of #D02DC9
Black with #D02DC9
Text Example
Text Example
White with #D02DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DC9; }
p { color: rgb(208,45,201); }
H1.HeaderClassName
{
color: #D02DC9;
}
.AnyTagClassName
{
color: #D02DC9;
}
</style>
background-color css
<style>
a { background-color: #D02DC9; }
a { background-color: rgb(208,45,201); }
div.DivClassName
{
background-color: #D02DC9;
}
.BgClassName
{
background-color: #D02DC9;
}
</style>
border-color css
<style>
span { border-color: #D02DC9; }
span { border-color: rgb(208,45,201); }
td.TdClassName
{
border-color: #D02DC9;
}
.TagClassName
{
border-color: #D02DC9;
}
</style>