Shades of Deep Magenta #D204C8
Tints of Deep Magenta #D204C8
RGB
CMYK
RGB Variations
Color information
#D204C8 (or 0xD204C8) is known color: Deep Magenta. HEX triplet: D2, 04 and C8. RGB value is (210,4,200). Sum of RGB (Red+Green+Blue) = 210+4+200=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D204C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D204C8 is #2DFB37. Grayscale: #575757. Windows color (decimal): -3013432 or 13108434. OLE color: 13108434.
HSL color Cylindrical-coordinate representation of color #D204C8: hue angle of 302.91º 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 #D204C8 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 200 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.18 |
| HSL | 302.91º | 0.96% | 0.42% | - |
| HSV(B) | 302.91º | 0.98% | 0.82% | - |
| XYZ | 37.05 | 17.96 | 56.16 | - |
| YUV | 87.94 | 191.25 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 200 | 0 | 0.98 | 0.05 | 0.18 | 302.91 | 0.96 | 0.42 |
| Hex | D2 | 4 | C8 | 0 | 62 | 5 | 12 | 12F | 60 | 2A |
| Octal | 322 | 4 | 310 | 0 | 142 | 5 | 22 | 457 | 140 | 52 |
| Binary | 11010010 | 100 | 11001000 | 0 | 1100010 | 101 | 10010 | 100101111 | 1100000 | 101010 |
Color Harmonies of #D204C8
Complementary color
Monochromatic Colors of #D204C8
Black with #D204C8
Text Example
Text Example
White with #D204C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D204C8; }
p { color: rgb(210,4,200); }
H1.HeaderClassName
{
color: #D204C8;
}
.AnyTagClassName
{
color: #D204C8;
}
</style>
background-color css
<style>
a { background-color: #D204C8; }
a { background-color: rgb(210,4,200); }
div.DivClassName
{
background-color: #D204C8;
}
.BgClassName
{
background-color: #D204C8;
}
</style>
border-color css
<style>
span { border-color: #D204C8; }
span { border-color: rgb(210,4,200); }
td.TdClassName
{
border-color: #D204C8;
}
.TagClassName
{
border-color: #D204C8;
}
</style>