Shades of Deep Magenta #D815CB
Tints of Deep Magenta #D815CB
RGB
CMYK
RGB Variations
Color information
#D815CB (or 0xD815CB) is known color: Deep Magenta. HEX triplet: D8, 15 and CB. RGB value is (216,21,203). Sum of RGB (Red+Green+Blue) = 216+21+203=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D815CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815CB is #27EA34. Grayscale: #636363. Windows color (decimal): -2615861 or 13309400. OLE color: 13309400.
HSL color Cylindrical-coordinate representation of color #D815CB: hue angle of 304º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D815CB is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 203 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.15 |
| HSL | 304º | 0.82% | 0.46% | - |
| HSV(B) | 304º | 0.9% | 0.85% | - |
| XYZ | 39.37 | 19.45 | 58.18 | - |
| YUV | 100.05 | 186.1 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 203 | 0 | 0.90 | 0.06 | 0.15 | 304 | 0.82 | 0.46 |
| Hex | D8 | 15 | CB | 0 | 5A | 6 | F | 130 | 52 | 2E |
| Octal | 330 | 25 | 313 | 0 | 132 | 6 | 17 | 460 | 122 | 56 |
| Binary | 11011000 | 10101 | 11001011 | 0 | 1011010 | 110 | 1111 | 100110000 | 1010010 | 101110 |
Color Harmonies of #D815CB
Complementary color
Monochromatic Colors of #D815CB
Black with #D815CB
Text Example
Text Example
White with #D815CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D815CB; }
p { color: rgb(216,21,203); }
H1.HeaderClassName
{
color: #D815CB;
}
.AnyTagClassName
{
color: #D815CB;
}
</style>
background-color css
<style>
a { background-color: #D815CB; }
a { background-color: rgb(216,21,203); }
div.DivClassName
{
background-color: #D815CB;
}
.BgClassName
{
background-color: #D815CB;
}
</style>
border-color css
<style>
span { border-color: #D815CB; }
span { border-color: rgb(216,21,203); }
td.TdClassName
{
border-color: #D815CB;
}
.TagClassName
{
border-color: #D815CB;
}
</style>