Shades of Deep Magenta #D003CD
Tints of Deep Magenta #D003CD
RGB
CMYK
RGB Variations
Color information
#D003CD (or 0xD003CD) is known color: Deep Magenta. HEX triplet: D0, 03 and CD. RGB value is (208,3,205). Sum of RGB (Red+Green+Blue) = 208+3+205=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D003CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D003CD is #2FFC32. Grayscale: #565656. Windows color (decimal): -3144755 or 13435856. OLE color: 13435856.
HSL color Cylindrical-coordinate representation of color #D003CD: hue angle of 300.88º 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 #D003CD is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 205 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.18 |
| HSL | 300.88º | 0.97% | 0.41% | - |
| HSV(B) | 300.88º | 0.99% | 0.82% | - |
| XYZ | 37.06 | 17.88 | 59.26 | - |
| YUV | 87.32 | 194.42 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 205 | 0 | 0.99 | 0.01 | 0.18 | 300.88 | 0.97 | 0.41 |
| Hex | D0 | 3 | CD | 0 | 63 | 1 | 12 | 12D | 61 | 29 |
| Octal | 320 | 3 | 315 | 0 | 143 | 1 | 22 | 455 | 141 | 51 |
| Binary | 11010000 | 11 | 11001101 | 0 | 1100011 | 1 | 10010 | 100101101 | 1100001 | 101001 |
Color Harmonies of #D003CD
Complementary color
Monochromatic Colors of #D003CD
Black with #D003CD
Text Example
Text Example
White with #D003CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D003CD; }
p { color: rgb(208,3,205); }
H1.HeaderClassName
{
color: #D003CD;
}
.AnyTagClassName
{
color: #D003CD;
}
</style>
background-color css
<style>
a { background-color: #D003CD; }
a { background-color: rgb(208,3,205); }
div.DivClassName
{
background-color: #D003CD;
}
.BgClassName
{
background-color: #D003CD;
}
</style>
border-color css
<style>
span { border-color: #D003CD; }
span { border-color: rgb(208,3,205); }
td.TdClassName
{
border-color: #D003CD;
}
.TagClassName
{
border-color: #D003CD;
}
</style>