Shades of Fuchsia #D02DB8
Tints of Fuchsia #D02DB8
RGB
CMYK
RGB Variations
Color information
#D02DB8 (or 0xD02DB8) is known color: Fuchsia. HEX triplet: D0, 2D and B8. RGB value is (208,45,184). Sum of RGB (Red+Green+Blue) = 208+45+184=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DB8 is #2FD247. Grayscale: #6D6D6D. Windows color (decimal): -3134024 or 12070352. OLE color: 12070352.
HSL color Cylindrical-coordinate representation of color #D02DB8: hue angle of 308.83º 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 #D02DB8 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 184 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.18 |
| HSL | 308.83º | 0.64% | 0.5% | - |
| HSV(B) | 308.83º | 0.78% | 0.82% | - |
| XYZ | 35.6 | 18.75 | 47.09 | - |
| YUV | 109.58 | 170 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 184 | 0 | 0.78 | 0.12 | 0.18 | 308.83 | 0.64 | 0.5 |
| Hex | D0 | 2D | B8 | 0 | 4E | C | 12 | 135 | 40 | 32 |
| Octal | 320 | 55 | 270 | 0 | 116 | 14 | 22 | 465 | 100 | 62 |
| Binary | 11010000 | 101101 | 10111000 | 0 | 1001110 | 1100 | 10010 | 100110101 | 1000000 | 110010 |
Color Harmonies of #D02DB8
Complementary color
Monochromatic Colors of #D02DB8
Black with #D02DB8
Text Example
Text Example
White with #D02DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DB8; }
p { color: rgb(208,45,184); }
H1.HeaderClassName
{
color: #D02DB8;
}
.AnyTagClassName
{
color: #D02DB8;
}
</style>
background-color css
<style>
a { background-color: #D02DB8; }
a { background-color: rgb(208,45,184); }
div.DivClassName
{
background-color: #D02DB8;
}
.BgClassName
{
background-color: #D02DB8;
}
</style>
border-color css
<style>
span { border-color: #D02DB8; }
span { border-color: rgb(208,45,184); }
td.TdClassName
{
border-color: #D02DB8;
}
.TagClassName
{
border-color: #D02DB8;
}
</style>