Shades of Deep Magenta #D215CB
Tints of Deep Magenta #D215CB
RGB
CMYK
RGB Variations
Color information
#D215CB (or 0xD215CB) is known color: Deep Magenta. HEX triplet: D2, 15 and CB. RGB value is (210,21,203). Sum of RGB (Red+Green+Blue) = 210+21+203=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D215CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D215CB is #2DEA34. Grayscale: #616161. Windows color (decimal): -3009077 or 13309394. OLE color: 13309394.
HSL color Cylindrical-coordinate representation of color #D215CB: hue angle of 302.22º 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 #D215CB is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 203 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.18 |
| HSL | 302.22º | 0.82% | 0.45% | - |
| HSV(B) | 302.22º | 0.9% | 0.82% | - |
| XYZ | 37.63 | 18.55 | 58.1 | - |
| YUV | 98.26 | 187.12 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 203 | 0 | 0.90 | 0.03 | 0.18 | 302.22 | 0.82 | 0.45 |
| Hex | D2 | 15 | CB | 0 | 5A | 3 | 12 | 12E | 52 | 2D |
| Octal | 322 | 25 | 313 | 0 | 132 | 3 | 22 | 456 | 122 | 55 |
| Binary | 11010010 | 10101 | 11001011 | 0 | 1011010 | 11 | 10010 | 100101110 | 1010010 | 101101 |
Color Harmonies of #D215CB
Complementary color
Monochromatic Colors of #D215CB
Black with #D215CB
Text Example
Text Example
White with #D215CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D215CB; }
p { color: rgb(210,21,203); }
H1.HeaderClassName
{
color: #D215CB;
}
.AnyTagClassName
{
color: #D215CB;
}
</style>
background-color css
<style>
a { background-color: #D215CB; }
a { background-color: rgb(210,21,203); }
div.DivClassName
{
background-color: #D215CB;
}
.BgClassName
{
background-color: #D215CB;
}
</style>
border-color css
<style>
span { border-color: #D215CB; }
span { border-color: rgb(210,21,203); }
td.TdClassName
{
border-color: #D215CB;
}
.TagClassName
{
border-color: #D215CB;
}
</style>