Shades of Deep Magenta #D00CCE
Tints of Deep Magenta #D00CCE
RGB
CMYK
RGB Variations
Color information
#D00CCE (or 0xD00CCE) is known color: Deep Magenta. HEX triplet: D0, 0C and CE. RGB value is (208,12,206). Sum of RGB (Red+Green+Blue) = 208+12+206=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CCE is #2FF331. Grayscale: #5C5C5C. Windows color (decimal): -3142450 or 13503696. OLE color: 13503696.
HSL color Cylindrical-coordinate representation of color #D00CCE: hue angle of 300.61º degrees, saturation: 0.89, 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 #D00CCE is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 206 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.18 |
| HSL | 300.61º | 0.89% | 0.43% | - |
| HSV(B) | 300.61º | 0.94% | 0.82% | - |
| XYZ | 37.28 | 18.13 | 59.93 | - |
| YUV | 92.72 | 191.93 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 206 | 0 | 0.94 | 0.01 | 0.18 | 300.61 | 0.89 | 0.43 |
| Hex | D0 | C | CE | 0 | 5E | 1 | 12 | 12D | 59 | 2B |
| Octal | 320 | 14 | 316 | 0 | 136 | 1 | 22 | 455 | 131 | 53 |
| Binary | 11010000 | 1100 | 11001110 | 0 | 1011110 | 1 | 10010 | 100101101 | 1011001 | 101011 |
Color Harmonies of #D00CCE
Complementary color
Monochromatic Colors of #D00CCE
Black with #D00CCE
Text Example
Text Example
White with #D00CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00CCE; }
p { color: rgb(208,12,206); }
H1.HeaderClassName
{
color: #D00CCE;
}
.AnyTagClassName
{
color: #D00CCE;
}
</style>
background-color css
<style>
a { background-color: #D00CCE; }
a { background-color: rgb(208,12,206); }
div.DivClassName
{
background-color: #D00CCE;
}
.BgClassName
{
background-color: #D00CCE;
}
</style>
border-color css
<style>
span { border-color: #D00CCE; }
span { border-color: rgb(208,12,206); }
td.TdClassName
{
border-color: #D00CCE;
}
.TagClassName
{
border-color: #D00CCE;
}
</style>