Shades of Deep Magenta #D214CF
Tints of Deep Magenta #D214CF
RGB
CMYK
RGB Variations
Color information
#D214CF (or 0xD214CF) is known color: Deep Magenta. HEX triplet: D2, 14 and CF. RGB value is (210,20,207). Sum of RGB (Red+Green+Blue) = 210+20+207=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 20 (8.20% from 255 or 4.58% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D214CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D214CF is #2DEB30. Grayscale: #616161. Windows color (decimal): -3009329 or 13571282. OLE color: 13571282.
HSL color Cylindrical-coordinate representation of color #D214CF: hue angle of 300.95º 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 #D214CF is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 207 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.18 |
| HSL | 300.95º | 0.83% | 0.45% | - |
| HSV(B) | 300.95º | 0.9% | 0.82% | - |
| XYZ | 38.09 | 18.71 | 60.63 | - |
| YUV | 98.13 | 189.45 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 207 | 0 | 0.90 | 0.01 | 0.18 | 300.95 | 0.83 | 0.45 |
| Hex | D2 | 14 | CF | 0 | 5A | 1 | 12 | 12D | 53 | 2D |
| Octal | 322 | 24 | 317 | 0 | 132 | 1 | 22 | 455 | 123 | 55 |
| Binary | 11010010 | 10100 | 11001111 | 0 | 1011010 | 1 | 10010 | 100101101 | 1010011 | 101101 |
Color Harmonies of #D214CF
Complementary color
Monochromatic Colors of #D214CF
Black with #D214CF
Text Example
Text Example
White with #D214CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D214CF; }
p { color: rgb(210,20,207); }
H1.HeaderClassName
{
color: #D214CF;
}
.AnyTagClassName
{
color: #D214CF;
}
</style>
background-color css
<style>
a { background-color: #D214CF; }
a { background-color: rgb(210,20,207); }
div.DivClassName
{
background-color: #D214CF;
}
.BgClassName
{
background-color: #D214CF;
}
</style>
border-color css
<style>
span { border-color: #D214CF; }
span { border-color: rgb(210,20,207); }
td.TdClassName
{
border-color: #D214CF;
}
.TagClassName
{
border-color: #D214CF;
}
</style>