Shades of Deep Magenta #D005CE
Tints of Deep Magenta #D005CE
RGB
CMYK
RGB Variations
Color information
#D005CE (or 0xD005CE) is known color: Deep Magenta. HEX triplet: D0, 05 and CE. RGB value is (208,5,206). Sum of RGB (Red+Green+Blue) = 208+5+206=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D005CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005CE is #2FFA31. Grayscale: #585858. Windows color (decimal): -3144242 or 13501904. OLE color: 13501904.
HSL color Cylindrical-coordinate representation of color #D005CE: hue angle of 300.59º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005CE is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 206 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.18 |
| HSL | 300.59º | 0.95% | 0.42% | - |
| HSV(B) | 300.59º | 0.98% | 0.82% | - |
| XYZ | 37.21 | 17.97 | 59.9 | - |
| YUV | 88.61 | 194.25 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 206 | 0 | 0.98 | 0.01 | 0.18 | 300.59 | 0.95 | 0.42 |
| Hex | D0 | 5 | CE | 0 | 62 | 1 | 12 | 12D | 5F | 2A |
| Octal | 320 | 5 | 316 | 0 | 142 | 1 | 22 | 455 | 137 | 52 |
| Binary | 11010000 | 101 | 11001110 | 0 | 1100010 | 1 | 10010 | 100101101 | 1011111 | 101010 |
Color Harmonies of #D005CE
Complementary color
Monochromatic Colors of #D005CE
Black with #D005CE
Text Example
Text Example
White with #D005CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005CE; }
p { color: rgb(208,5,206); }
H1.HeaderClassName
{
color: #D005CE;
}
.AnyTagClassName
{
color: #D005CE;
}
</style>
background-color css
<style>
a { background-color: #D005CE; }
a { background-color: rgb(208,5,206); }
div.DivClassName
{
background-color: #D005CE;
}
.BgClassName
{
background-color: #D005CE;
}
</style>
border-color css
<style>
span { border-color: #D005CE; }
span { border-color: rgb(208,5,206); }
td.TdClassName
{
border-color: #D005CE;
}
.TagClassName
{
border-color: #D005CE;
}
</style>