Shades of Deep Magenta #D004CD
Tints of Deep Magenta #D004CD
RGB
CMYK
RGB Variations
Color information
#D004CD (or 0xD004CD) is known color: Deep Magenta. HEX triplet: D0, 04 and CD. RGB value is (208,4,205). Sum of RGB (Red+Green+Blue) = 208+4+205=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D004CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D004CD is #2FFB32. Grayscale: #575757. Windows color (decimal): -3144499 or 13436112. OLE color: 13436112.
HSL color Cylindrical-coordinate representation of color #D004CD: hue angle of 300.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D004CD is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 205 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.18 |
| HSL | 300.88º | 0.96% | 0.42% | - |
| HSV(B) | 300.88º | 0.98% | 0.82% | - |
| XYZ | 37.08 | 17.9 | 59.26 | - |
| YUV | 87.91 | 194.09 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 205 | 0 | 0.98 | 0.01 | 0.18 | 300.88 | 0.96 | 0.42 |
| Hex | D0 | 4 | CD | 0 | 62 | 1 | 12 | 12D | 60 | 2A |
| Octal | 320 | 4 | 315 | 0 | 142 | 1 | 22 | 455 | 140 | 52 |
| Binary | 11010000 | 100 | 11001101 | 0 | 1100010 | 1 | 10010 | 100101101 | 1100000 | 101010 |
Color Harmonies of #D004CD
Complementary color
Monochromatic Colors of #D004CD
Black with #D004CD
Text Example
Text Example
White with #D004CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D004CD; }
p { color: rgb(208,4,205); }
H1.HeaderClassName
{
color: #D004CD;
}
.AnyTagClassName
{
color: #D004CD;
}
</style>
background-color css
<style>
a { background-color: #D004CD; }
a { background-color: rgb(208,4,205); }
div.DivClassName
{
background-color: #D004CD;
}
.BgClassName
{
background-color: #D004CD;
}
</style>
border-color css
<style>
span { border-color: #D004CD; }
span { border-color: rgb(208,4,205); }
td.TdClassName
{
border-color: #D004CD;
}
.TagClassName
{
border-color: #D004CD;
}
</style>