Shades of Deep Magenta #D214CA
Tints of Deep Magenta #D214CA
RGB
CMYK
RGB Variations
Color information
#D214CA (or 0xD214CA) is known color: Deep Magenta. HEX triplet: D2, 14 and CA. RGB value is (210,20,202). Sum of RGB (Red+Green+Blue) = 210+20+202=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D214CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D214CA is #2DEB35. Grayscale: #616161. Windows color (decimal): -3009334 or 13243602. OLE color: 13243602.
HSL color Cylindrical-coordinate representation of color #D214CA: hue angle of 302.53º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D214CA is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 202 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.18 |
| HSL | 302.53º | 0.83% | 0.45% | - |
| HSV(B) | 302.53º | 0.9% | 0.82% | - |
| XYZ | 37.49 | 18.47 | 57.47 | - |
| YUV | 97.56 | 186.95 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 202 | 0 | 0.90 | 0.04 | 0.18 | 302.53 | 0.83 | 0.45 |
| Hex | D2 | 14 | CA | 0 | 5A | 4 | 12 | 12F | 53 | 2D |
| Octal | 322 | 24 | 312 | 0 | 132 | 4 | 22 | 457 | 123 | 55 |
| Binary | 11010010 | 10100 | 11001010 | 0 | 1011010 | 100 | 10010 | 100101111 | 1010011 | 101101 |
Color Harmonies of #D214CA
Complementary color
Monochromatic Colors of #D214CA
Black with #D214CA
Text Example
Text Example
White with #D214CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D214CA; }
p { color: rgb(210,20,202); }
H1.HeaderClassName
{
color: #D214CA;
}
.AnyTagClassName
{
color: #D214CA;
}
</style>
background-color css
<style>
a { background-color: #D214CA; }
a { background-color: rgb(210,20,202); }
div.DivClassName
{
background-color: #D214CA;
}
.BgClassName
{
background-color: #D214CA;
}
</style>
border-color css
<style>
span { border-color: #D214CA; }
span { border-color: rgb(210,20,202); }
td.TdClassName
{
border-color: #D214CA;
}
.TagClassName
{
border-color: #D214CA;
}
</style>