Shades of Deep Magenta #D02CDA
Tints of Deep Magenta #D02CDA
RGB
CMYK
RGB Variations
Color information
#D02CDA (or 0xD02CDA) is known color: Deep Magenta. HEX triplet: D0, 2C and DA. RGB value is (208,44,218). Sum of RGB (Red+Green+Blue) = 208+44+218=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #D02CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02CDA is #2FD325. Grayscale: #707070. Windows color (decimal): -3134246 or 14298320. OLE color: 14298320.
HSL color Cylindrical-coordinate representation of color #D02CDA: hue angle of 296.55º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02CDA is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 44 | 218 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.15 |
| HSL | 296.55º | 0.7% | 0.51% | - |
| HSV(B) | 296.55º | 0.8% | 0.85% | - |
| XYZ | 39.57 | 20.27 | 68.16 | - |
| YUV | 112.87 | 187.33 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 218 | 0.05 | 0.80 | 0 | 0.15 | 296.55 | 0.7 | 0.51 |
| Hex | D0 | 2C | DA | 5 | 50 | 0 | F | 129 | 46 | 33 |
| Octal | 320 | 54 | 332 | 5 | 120 | 0 | 17 | 451 | 106 | 63 |
| Binary | 11010000 | 101100 | 11011010 | 101 | 1010000 | 0 | 1111 | 100101001 | 1000110 | 110011 |
Color Harmonies of #D02CDA
Complementary color
Monochromatic Colors of #D02CDA
Black with #D02CDA
Text Example
Text Example
White with #D02CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02CDA; }
p { color: rgb(208,44,218); }
H1.HeaderClassName
{
color: #D02CDA;
}
.AnyTagClassName
{
color: #D02CDA;
}
</style>
background-color css
<style>
a { background-color: #D02CDA; }
a { background-color: rgb(208,44,218); }
div.DivClassName
{
background-color: #D02CDA;
}
.BgClassName
{
background-color: #D02CDA;
}
</style>
border-color css
<style>
span { border-color: #D02CDA; }
span { border-color: rgb(208,44,218); }
td.TdClassName
{
border-color: #D02CDA;
}
.TagClassName
{
border-color: #D02CDA;
}
</style>