Shades of Deep Magenta #D215CF
Tints of Deep Magenta #D215CF
RGB
CMYK
RGB Variations
Color information
#D215CF (or 0xD215CF) is known color: Deep Magenta. HEX triplet: D2, 15 and CF. RGB value is (210,21,207). Sum of RGB (Red+Green+Blue) = 210+21+207=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D215CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D215CF is #2DEA30. Grayscale: #626262. Windows color (decimal): -3009073 or 13571538. OLE color: 13571538.
HSL color Cylindrical-coordinate representation of color #D215CF: hue angle of 300.95º degrees, saturation: 0.82, 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 #D215CF is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 207 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.18 |
| HSL | 300.95º | 0.82% | 0.45% | - |
| HSV(B) | 300.95º | 0.9% | 0.82% | - |
| XYZ | 38.11 | 18.74 | 60.64 | - |
| YUV | 98.72 | 189.12 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 207 | 0 | 0.90 | 0.01 | 0.18 | 300.95 | 0.82 | 0.45 |
| Hex | D2 | 15 | CF | 0 | 5A | 1 | 12 | 12D | 52 | 2D |
| Octal | 322 | 25 | 317 | 0 | 132 | 1 | 22 | 455 | 122 | 55 |
| Binary | 11010010 | 10101 | 11001111 | 0 | 1011010 | 1 | 10010 | 100101101 | 1010010 | 101101 |
Color Harmonies of #D215CF
Complementary color
Monochromatic Colors of #D215CF
Black with #D215CF
Text Example
Text Example
White with #D215CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D215CF; }
p { color: rgb(210,21,207); }
H1.HeaderClassName
{
color: #D215CF;
}
.AnyTagClassName
{
color: #D215CF;
}
</style>
background-color css
<style>
a { background-color: #D215CF; }
a { background-color: rgb(210,21,207); }
div.DivClassName
{
background-color: #D215CF;
}
.BgClassName
{
background-color: #D215CF;
}
</style>
border-color css
<style>
span { border-color: #D215CF; }
span { border-color: rgb(210,21,207); }
td.TdClassName
{
border-color: #D215CF;
}
.TagClassName
{
border-color: #D215CF;
}
</style>