Shades of Deep Magenta #D000CC
Tints of Deep Magenta #D000CC
RGB
CMYK
RGB Variations
Color information
#D000CC (or 0xD000CC) is known color: Deep Magenta. HEX triplet: D0, 00 and CC. RGB value is (208,0,204). Sum of RGB (Red+Green+Blue) = 208+0+204=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D000CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000CC is #2FFF33. Grayscale: #545454. Windows color (decimal): -3145524 or 13369552. OLE color: 13369552.
HSL color Cylindrical-coordinate representation of color #D000CC: hue angle of 301.15º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D000CC is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 204 | - |
| CMYK | 0 | 1 | 0.02 | 0.18 |
| HSL | 301.15º | 1% | 0.41% | - |
| HSV(B) | 301.15º | 1% | 0.82% | - |
| XYZ | 36.91 | 17.77 | 58.61 | - |
| YUV | 85.45 | 194.91 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 204 | 0 | 1 | 0.02 | 0.18 | 301.15 | 1 | 0.41 |
| Hex | D0 | 0 | CC | 0 | 64 | 2 | 12 | 12D | 64 | 29 |
| Octal | 320 | 0 | 314 | 0 | 144 | 2 | 22 | 455 | 144 | 51 |
| Binary | 11010000 | 0 | 11001100 | 0 | 1100100 | 10 | 10010 | 100101101 | 1100100 | 101001 |
Color Harmonies of #D000CC
Complementary color
Monochromatic Colors of #D000CC
Black with #D000CC
Text Example
Text Example
White with #D000CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D000CC; }
p { color: rgb(208,0,204); }
H1.HeaderClassName
{
color: #D000CC;
}
.AnyTagClassName
{
color: #D000CC;
}
</style>
background-color css
<style>
a { background-color: #D000CC; }
a { background-color: rgb(208,0,204); }
div.DivClassName
{
background-color: #D000CC;
}
.BgClassName
{
background-color: #D000CC;
}
</style>
border-color css
<style>
span { border-color: #D000CC; }
span { border-color: rgb(208,0,204); }
td.TdClassName
{
border-color: #D000CC;
}
.TagClassName
{
border-color: #D000CC;
}
</style>