Shades of Deep Magenta #D00CDA
Tints of Deep Magenta #D00CDA
RGB
CMYK
RGB Variations
Color information
#D00CDA (or 0xD00CDA) is known color: Deep Magenta. HEX triplet: D0, 0C and DA. RGB value is (208,12,218). Sum of RGB (Red+Green+Blue) = 208+12+218=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #D00CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CDA is #2FF325. Grayscale: #5D5D5D. Windows color (decimal): -3142438 or 14290128. OLE color: 14290128.
HSL color Cylindrical-coordinate representation of color #D00CDA: hue angle of 297.09º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00CDA is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 12 | 218 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.15 |
| HSL | 297.09º | 0.9% | 0.45% | - |
| HSV(B) | 297.09º | 0.94% | 0.85% | - |
| XYZ | 38.8 | 18.73 | 67.9 | - |
| YUV | 94.09 | 197.93 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 218 | 0.05 | 0.94 | 0 | 0.15 | 297.09 | 0.9 | 0.45 |
| Hex | D0 | C | DA | 5 | 5E | 0 | F | 129 | 5A | 2D |
| Octal | 320 | 14 | 332 | 5 | 136 | 0 | 17 | 451 | 132 | 55 |
| Binary | 11010000 | 1100 | 11011010 | 101 | 1011110 | 0 | 1111 | 100101001 | 1011010 | 101101 |
Color Harmonies of #D00CDA
Complementary color
Monochromatic Colors of #D00CDA
Black with #D00CDA
Text Example
Text Example
White with #D00CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00CDA; }
p { color: rgb(208,12,218); }
H1.HeaderClassName
{
color: #D00CDA;
}
.AnyTagClassName
{
color: #D00CDA;
}
</style>
background-color css
<style>
a { background-color: #D00CDA; }
a { background-color: rgb(208,12,218); }
div.DivClassName
{
background-color: #D00CDA;
}
.BgClassName
{
background-color: #D00CDA;
}
</style>
border-color css
<style>
span { border-color: #D00CDA; }
span { border-color: rgb(208,12,218); }
td.TdClassName
{
border-color: #D00CDA;
}
.TagClassName
{
border-color: #D00CDA;
}
</style>