Shades of Fuchsia #D02DBD
Tints of Fuchsia #D02DBD
RGB
CMYK
RGB Variations
Color information
#D02DBD (or 0xD02DBD) is known color: Fuchsia. HEX triplet: D0, 2D and BD. RGB value is (208,45,189). Sum of RGB (Red+Green+Blue) = 208+45+189=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DBD is #2FD242. Grayscale: #6D6D6D. Windows color (decimal): -3134019 or 12398032. OLE color: 12398032.
HSL color Cylindrical-coordinate representation of color #D02DBD: hue angle of 306.99º 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 #D02DBD is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 189 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.18 |
| HSL | 306.99º | 0.64% | 0.5% | - |
| HSV(B) | 306.99º | 0.78% | 0.82% | - |
| XYZ | 36.14 | 18.96 | 49.9 | - |
| YUV | 110.15 | 172.5 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 189 | 0 | 0.78 | 0.09 | 0.18 | 306.99 | 0.64 | 0.5 |
| Hex | D0 | 2D | BD | 0 | 4E | 9 | 12 | 133 | 40 | 32 |
| Octal | 320 | 55 | 275 | 0 | 116 | 11 | 22 | 463 | 100 | 62 |
| Binary | 11010000 | 101101 | 10111101 | 0 | 1001110 | 1001 | 10010 | 100110011 | 1000000 | 110010 |
Color Harmonies of #D02DBD
Complementary color
Monochromatic Colors of #D02DBD
Black with #D02DBD
Text Example
Text Example
White with #D02DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DBD; }
p { color: rgb(208,45,189); }
H1.HeaderClassName
{
color: #D02DBD;
}
.AnyTagClassName
{
color: #D02DBD;
}
</style>
background-color css
<style>
a { background-color: #D02DBD; }
a { background-color: rgb(208,45,189); }
div.DivClassName
{
background-color: #D02DBD;
}
.BgClassName
{
background-color: #D02DBD;
}
</style>
border-color css
<style>
span { border-color: #D02DBD; }
span { border-color: rgb(208,45,189); }
td.TdClassName
{
border-color: #D02DBD;
}
.TagClassName
{
border-color: #D02DBD;
}
</style>