Shades of Deep Magenta #D815CF
Tints of Deep Magenta #D815CF
RGB
CMYK
RGB Variations
Color information
#D815CF (or 0xD815CF) is known color: Deep Magenta. HEX triplet: D8, 15 and CF. RGB value is (216,21,207). Sum of RGB (Red+Green+Blue) = 216+21+207=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D815CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815CF is #27EA30. Grayscale: #636363. Windows color (decimal): -2615857 or 13571544. OLE color: 13571544.
HSL color Cylindrical-coordinate representation of color #D815CF: hue angle of 302.77º 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 #D815CF is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 207 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.15 |
| HSL | 302.77º | 0.82% | 0.46% | - |
| HSV(B) | 302.77º | 0.9% | 0.85% | - |
| XYZ | 39.85 | 19.64 | 60.72 | - |
| YUV | 100.51 | 188.1 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 207 | 0 | 0.90 | 0.04 | 0.15 | 302.77 | 0.82 | 0.46 |
| Hex | D8 | 15 | CF | 0 | 5A | 4 | F | 12F | 52 | 2E |
| Octal | 330 | 25 | 317 | 0 | 132 | 4 | 17 | 457 | 122 | 56 |
| Binary | 11011000 | 10101 | 11001111 | 0 | 1011010 | 100 | 1111 | 100101111 | 1010010 | 101110 |
Color Harmonies of #D815CF
Complementary color
Monochromatic Colors of #D815CF
Black with #D815CF
Text Example
Text Example
White with #D815CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D815CF; }
p { color: rgb(216,21,207); }
H1.HeaderClassName
{
color: #D815CF;
}
.AnyTagClassName
{
color: #D815CF;
}
</style>
background-color css
<style>
a { background-color: #D815CF; }
a { background-color: rgb(216,21,207); }
div.DivClassName
{
background-color: #D815CF;
}
.BgClassName
{
background-color: #D815CF;
}
</style>
border-color css
<style>
span { border-color: #D815CF; }
span { border-color: rgb(216,21,207); }
td.TdClassName
{
border-color: #D815CF;
}
.TagClassName
{
border-color: #D815CF;
}
</style>