Shades of Deep Magenta #D402CD
Tints of Deep Magenta #D402CD
RGB
CMYK
RGB Variations
Color information
#D402CD (or 0xD402CD) is known color: Deep Magenta. HEX triplet: D4, 02 and CD. RGB value is (212,2,205). Sum of RGB (Red+Green+Blue) = 212+2+205=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D402CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D402CD is #2BFD32. Grayscale: #575757. Windows color (decimal): -2882867 or 13435604. OLE color: 13435604.
HSL color Cylindrical-coordinate representation of color #D402CD: hue angle of 302º 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 #D402CD is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 205 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.17 |
| HSL | 302º | 0.98% | 0.42% | - |
| HSV(B) | 302º | 0.99% | 0.83% | - |
| XYZ | 38.19 | 18.45 | 59.31 | - |
| YUV | 87.93 | 194.07 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 205 | 0 | 0.99 | 0.03 | 0.17 | 302 | 0.98 | 0.42 |
| Hex | D4 | 2 | CD | 0 | 63 | 3 | 11 | 12E | 62 | 2A |
| Octal | 324 | 2 | 315 | 0 | 143 | 3 | 21 | 456 | 142 | 52 |
| Binary | 11010100 | 10 | 11001101 | 0 | 1100011 | 11 | 10001 | 100101110 | 1100010 | 101010 |
Color Harmonies of #D402CD
Complementary color
Monochromatic Colors of #D402CD
Black with #D402CD
Text Example
Text Example
White with #D402CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D402CD; }
p { color: rgb(212,2,205); }
H1.HeaderClassName
{
color: #D402CD;
}
.AnyTagClassName
{
color: #D402CD;
}
</style>
background-color css
<style>
a { background-color: #D402CD; }
a { background-color: rgb(212,2,205); }
div.DivClassName
{
background-color: #D402CD;
}
.BgClassName
{
background-color: #D402CD;
}
</style>
border-color css
<style>
span { border-color: #D402CD; }
span { border-color: rgb(212,2,205); }
td.TdClassName
{
border-color: #D402CD;
}
.TagClassName
{
border-color: #D402CD;
}
</style>