Shades of Deep Magenta #D003CE
Tints of Deep Magenta #D003CE
RGB
CMYK
RGB Variations
Color information
#D003CE (or 0xD003CE) is known color: Deep Magenta. HEX triplet: D0, 03 and CE. RGB value is (208,3,206). Sum of RGB (Red+Green+Blue) = 208+3+206=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D003CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D003CE is #2FFC31. Grayscale: #565656. Windows color (decimal): -3144754 or 13501392. OLE color: 13501392.
HSL color Cylindrical-coordinate representation of color #D003CE: hue angle of 300.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D003CE is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 206 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.18 |
| HSL | 300.59º | 0.97% | 0.41% | - |
| HSV(B) | 300.59º | 0.99% | 0.82% | - |
| XYZ | 37.19 | 17.93 | 59.89 | - |
| YUV | 87.44 | 194.92 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 206 | 0 | 0.99 | 0.01 | 0.18 | 300.59 | 0.97 | 0.41 |
| Hex | D0 | 3 | CE | 0 | 63 | 1 | 12 | 12D | 61 | 29 |
| Octal | 320 | 3 | 316 | 0 | 143 | 1 | 22 | 455 | 141 | 51 |
| Binary | 11010000 | 11 | 11001110 | 0 | 1100011 | 1 | 10010 | 100101101 | 1100001 | 101001 |
Color Harmonies of #D003CE
Complementary color
Monochromatic Colors of #D003CE
Black with #D003CE
Text Example
Text Example
White with #D003CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D003CE; }
p { color: rgb(208,3,206); }
H1.HeaderClassName
{
color: #D003CE;
}
.AnyTagClassName
{
color: #D003CE;
}
</style>
background-color css
<style>
a { background-color: #D003CE; }
a { background-color: rgb(208,3,206); }
div.DivClassName
{
background-color: #D003CE;
}
.BgClassName
{
background-color: #D003CE;
}
</style>
border-color css
<style>
span { border-color: #D003CE; }
span { border-color: rgb(208,3,206); }
td.TdClassName
{
border-color: #D003CE;
}
.TagClassName
{
border-color: #D003CE;
}
</style>