Shades of Deep Magenta #D015C8
Tints of Deep Magenta #D015C8
RGB
CMYK
RGB Variations
Color information
#D015C8 (or 0xD015C8) is known color: Deep Magenta. HEX triplet: D0, 15 and C8. RGB value is (208,21,200). Sum of RGB (Red+Green+Blue) = 208+21+200=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D015C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D015C8 is #2FEA37. Grayscale: #606060. Windows color (decimal): -3140152 or 13112784. OLE color: 13112784.
HSL color Cylindrical-coordinate representation of color #D015C8: hue angle of 302.57º 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 #D015C8 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 200 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.18 |
| HSL | 302.57º | 0.82% | 0.45% | - |
| HSV(B) | 302.57º | 0.9% | 0.82% | - |
| XYZ | 36.71 | 18.12 | 56.21 | - |
| YUV | 97.32 | 185.95 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 200 | 0 | 0.90 | 0.04 | 0.18 | 302.57 | 0.82 | 0.45 |
| Hex | D0 | 15 | C8 | 0 | 5A | 4 | 12 | 12F | 52 | 2D |
| Octal | 320 | 25 | 310 | 0 | 132 | 4 | 22 | 457 | 122 | 55 |
| Binary | 11010000 | 10101 | 11001000 | 0 | 1011010 | 100 | 10010 | 100101111 | 1010010 | 101101 |
Color Harmonies of #D015C8
Complementary color
Monochromatic Colors of #D015C8
Black with #D015C8
Text Example
Text Example
White with #D015C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D015C8; }
p { color: rgb(208,21,200); }
H1.HeaderClassName
{
color: #D015C8;
}
.AnyTagClassName
{
color: #D015C8;
}
</style>
background-color css
<style>
a { background-color: #D015C8; }
a { background-color: rgb(208,21,200); }
div.DivClassName
{
background-color: #D015C8;
}
.BgClassName
{
background-color: #D015C8;
}
</style>
border-color css
<style>
span { border-color: #D015C8; }
span { border-color: rgb(208,21,200); }
td.TdClassName
{
border-color: #D015C8;
}
.TagClassName
{
border-color: #D015C8;
}
</style>