Shades of Deep Magenta #D00DCC
Tints of Deep Magenta #D00DCC
RGB
CMYK
RGB Variations
Color information
#D00DCC (or 0xD00DCC) is known color: Deep Magenta. HEX triplet: D0, 0D and CC. RGB value is (208,13,204). Sum of RGB (Red+Green+Blue) = 208+13+204=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D00DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DCC is #2FF233. Grayscale: #5C5C5C. Windows color (decimal): -3142196 or 13372880. OLE color: 13372880.
HSL color Cylindrical-coordinate representation of color #D00DCC: hue angle of 301.23º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00DCC is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 204 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.18 |
| HSL | 301.23º | 0.88% | 0.43% | - |
| HSV(B) | 301.23º | 0.94% | 0.82% | - |
| XYZ | 37.06 | 18.06 | 58.66 | - |
| YUV | 93.08 | 190.6 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 204 | 0 | 0.94 | 0.02 | 0.18 | 301.23 | 0.88 | 0.43 |
| Hex | D0 | D | CC | 0 | 5E | 2 | 12 | 12D | 58 | 2B |
| Octal | 320 | 15 | 314 | 0 | 136 | 2 | 22 | 455 | 130 | 53 |
| Binary | 11010000 | 1101 | 11001100 | 0 | 1011110 | 10 | 10010 | 100101101 | 1011000 | 101011 |
Color Harmonies of #D00DCC
Complementary color
Monochromatic Colors of #D00DCC
Black with #D00DCC
Text Example
Text Example
White with #D00DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DCC; }
p { color: rgb(208,13,204); }
H1.HeaderClassName
{
color: #D00DCC;
}
.AnyTagClassName
{
color: #D00DCC;
}
</style>
background-color css
<style>
a { background-color: #D00DCC; }
a { background-color: rgb(208,13,204); }
div.DivClassName
{
background-color: #D00DCC;
}
.BgClassName
{
background-color: #D00DCC;
}
</style>
border-color css
<style>
span { border-color: #D00DCC; }
span { border-color: rgb(208,13,204); }
td.TdClassName
{
border-color: #D00DCC;
}
.TagClassName
{
border-color: #D00DCC;
}
</style>