Shades of Deep Magenta #D015CC
Tints of Deep Magenta #D015CC
RGB
CMYK
RGB Variations
Color information
#D015CC (or 0xD015CC) is known color: Deep Magenta. HEX triplet: D0, 15 and CC. RGB value is (208,21,204). Sum of RGB (Red+Green+Blue) = 208+21+204=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D015CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D015CC is #2FEA33. Grayscale: #616161. Windows color (decimal): -3140148 or 13374928. OLE color: 13374928.
HSL color Cylindrical-coordinate representation of color #D015CC: hue angle of 301.28º 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 #D015CC is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 204 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.18 |
| HSL | 301.28º | 0.82% | 0.45% | - |
| HSV(B) | 301.28º | 0.9% | 0.82% | - |
| XYZ | 37.18 | 18.31 | 58.7 | - |
| YUV | 97.78 | 187.95 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 204 | 0 | 0.90 | 0.02 | 0.18 | 301.28 | 0.82 | 0.45 |
| Hex | D0 | 15 | CC | 0 | 5A | 2 | 12 | 12D | 52 | 2D |
| Octal | 320 | 25 | 314 | 0 | 132 | 2 | 22 | 455 | 122 | 55 |
| Binary | 11010000 | 10101 | 11001100 | 0 | 1011010 | 10 | 10010 | 100101101 | 1010010 | 101101 |
Color Harmonies of #D015CC
Complementary color
Monochromatic Colors of #D015CC
Black with #D015CC
Text Example
Text Example
White with #D015CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D015CC; }
p { color: rgb(208,21,204); }
H1.HeaderClassName
{
color: #D015CC;
}
.AnyTagClassName
{
color: #D015CC;
}
</style>
background-color css
<style>
a { background-color: #D015CC; }
a { background-color: rgb(208,21,204); }
div.DivClassName
{
background-color: #D015CC;
}
.BgClassName
{
background-color: #D015CC;
}
</style>
border-color css
<style>
span { border-color: #D015CC; }
span { border-color: rgb(208,21,204); }
td.TdClassName
{
border-color: #D015CC;
}
.TagClassName
{
border-color: #D015CC;
}
</style>