Shades of Deep Magenta #D402C7
Tints of Deep Magenta #D402C7
RGB
CMYK
RGB Variations
Color information
#D402C7 (or 0xD402C7) is known color: Deep Magenta. HEX triplet: D4, 02 and C7. RGB value is (212,2,199). Sum of RGB (Red+Green+Blue) = 212+2+199=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D402C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D402C7 is #2BFD38. Grayscale: #565656. Windows color (decimal): -2882873 or 13042388. OLE color: 13042388.
HSL color Cylindrical-coordinate representation of color #D402C7: hue angle of 303.71º 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 #D402C7 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 199 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.17 |
| HSL | 303.71º | 0.98% | 0.42% | - |
| HSV(B) | 303.71º | 0.99% | 0.83% | - |
| XYZ | 37.48 | 18.16 | 55.56 | - |
| YUV | 87.25 | 191.07 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 199 | 0 | 0.99 | 0.06 | 0.17 | 303.71 | 0.98 | 0.42 |
| Hex | D4 | 2 | C7 | 0 | 63 | 6 | 11 | 130 | 62 | 2A |
| Octal | 324 | 2 | 307 | 0 | 143 | 6 | 21 | 460 | 142 | 52 |
| Binary | 11010100 | 10 | 11000111 | 0 | 1100011 | 110 | 10001 | 100110000 | 1100010 | 101010 |
Color Harmonies of #D402C7
Complementary color
Monochromatic Colors of #D402C7
Black with #D402C7
Text Example
Text Example
White with #D402C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D402C7; }
p { color: rgb(212,2,199); }
H1.HeaderClassName
{
color: #D402C7;
}
.AnyTagClassName
{
color: #D402C7;
}
</style>
background-color css
<style>
a { background-color: #D402C7; }
a { background-color: rgb(212,2,199); }
div.DivClassName
{
background-color: #D402C7;
}
.BgClassName
{
background-color: #D402C7;
}
</style>
border-color css
<style>
span { border-color: #D402C7; }
span { border-color: rgb(212,2,199); }
td.TdClassName
{
border-color: #D402C7;
}
.TagClassName
{
border-color: #D402C7;
}
</style>