Shades of Deep Magenta #D402C8
Tints of Deep Magenta #D402C8
RGB
CMYK
RGB Variations
Color information
#D402C8 (or 0xD402C8) is known color: Deep Magenta. HEX triplet: D4, 02 and C8. RGB value is (212,2,200). Sum of RGB (Red+Green+Blue) = 212+2+200=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D402C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D402C8 is #2BFD37. Grayscale: #565656. Windows color (decimal): -2882872 or 13107924. OLE color: 13107924.
HSL color Cylindrical-coordinate representation of color #D402C8: hue angle of 303.43º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D402C8 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 200 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.17 |
| HSL | 303.43º | 0.98% | 0.42% | - |
| HSV(B) | 303.43º | 0.99% | 0.83% | - |
| XYZ | 37.6 | 18.21 | 56.18 | - |
| YUV | 87.36 | 191.57 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 200 | 0 | 0.99 | 0.06 | 0.17 | 303.43 | 0.98 | 0.42 |
| Hex | D4 | 2 | C8 | 0 | 63 | 6 | 11 | 12F | 62 | 2A |
| Octal | 324 | 2 | 310 | 0 | 143 | 6 | 21 | 457 | 142 | 52 |
| Binary | 11010100 | 10 | 11001000 | 0 | 1100011 | 110 | 10001 | 100101111 | 1100010 | 101010 |
Color Harmonies of #D402C8
Complementary color
Monochromatic Colors of #D402C8
Black with #D402C8
Text Example
Text Example
White with #D402C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D402C8; }
p { color: rgb(212,2,200); }
H1.HeaderClassName
{
color: #D402C8;
}
.AnyTagClassName
{
color: #D402C8;
}
</style>
background-color css
<style>
a { background-color: #D402C8; }
a { background-color: rgb(212,2,200); }
div.DivClassName
{
background-color: #D402C8;
}
.BgClassName
{
background-color: #D402C8;
}
</style>
border-color css
<style>
span { border-color: #D402C8; }
span { border-color: rgb(212,2,200); }
td.TdClassName
{
border-color: #D402C8;
}
.TagClassName
{
border-color: #D402C8;
}
</style>