Shades of Fuchsia #D02DD0
Tints of Fuchsia #D02DD0
RGB
CMYK
RGB Variations
Color information
#D02DD0 (or 0xD02DD0) is known color: Fuchsia. HEX triplet: D0, 2D and D0. RGB value is (208,45,208). Sum of RGB (Red+Green+Blue) = 208+45+208=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D02DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DD0 is #2FD22F. Grayscale: #6F6F6F. Windows color (decimal): -3134000 or 13643216. OLE color: 13643216.
HSL color Cylindrical-coordinate representation of color #D02DD0: hue angle of 300º 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 #D02DD0 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 208 | - |
| CMYK | 0 | 0.78 | 0 | 0.18 |
| HSL | 300º | 0.64% | 0.5% | - |
| HSV(B) | 300º | 0.78% | 0.82% | - |
| XYZ | 38.34 | 19.84 | 61.48 | - |
| YUV | 112.32 | 182 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 208 | 0 | 0.78 | 0 | 0.18 | 300 | 0.64 | 0.5 |
| Hex | D0 | 2D | D0 | 0 | 4E | 0 | 12 | 12C | 40 | 32 |
| Octal | 320 | 55 | 320 | 0 | 116 | 0 | 22 | 454 | 100 | 62 |
| Binary | 11010000 | 101101 | 11010000 | 0 | 1001110 | 0 | 10010 | 100101100 | 1000000 | 110010 |
Color Harmonies of #D02DD0
Complementary color
Monochromatic Colors of #D02DD0
Black with #D02DD0
Text Example
Text Example
White with #D02DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DD0; }
p { color: rgb(208,45,208); }
H1.HeaderClassName
{
color: #D02DD0;
}
.AnyTagClassName
{
color: #D02DD0;
}
</style>
background-color css
<style>
a { background-color: #D02DD0; }
a { background-color: rgb(208,45,208); }
div.DivClassName
{
background-color: #D02DD0;
}
.BgClassName
{
background-color: #D02DD0;
}
</style>
border-color css
<style>
span { border-color: #D02DD0; }
span { border-color: rgb(208,45,208); }
td.TdClassName
{
border-color: #D02DD0;
}
.TagClassName
{
border-color: #D02DD0;
}
</style>