Shades of Deep Magenta #D603DC
Tints of Deep Magenta #D603DC
RGB
CMYK
RGB Variations
Color information
#D603DC (or 0xD603DC) is known color: Deep Magenta. HEX triplet: D6, 03 and DC. RGB value is (214,3,220). Sum of RGB (Red+Green+Blue) = 214+3+220=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #D603DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D603DC is #29FC23. Grayscale: #5A5A5A. Windows color (decimal): -2751524 or 14418902. OLE color: 14418902.
HSL color Cylindrical-coordinate representation of color #D603DC: hue angle of 298.34º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D603DC is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 3 | 220 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.14 |
| HSL | 298.34º | 0.97% | 0.44% | - |
| HSV(B) | 298.34º | 0.99% | 0.86% | - |
| XYZ | 40.68 | 19.53 | 69.34 | - |
| YUV | 90.83 | 200.9 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 220 | 0.03 | 0.99 | 0 | 0.14 | 298.34 | 0.97 | 0.44 |
| Hex | D6 | 3 | DC | 3 | 63 | 0 | E | 12A | 61 | 2C |
| Octal | 326 | 3 | 334 | 3 | 143 | 0 | 16 | 452 | 141 | 54 |
| Binary | 11010110 | 11 | 11011100 | 11 | 1100011 | 0 | 1110 | 100101010 | 1100001 | 101100 |
Color Harmonies of #D603DC
Complementary color
Monochromatic Colors of #D603DC
Black with #D603DC
Text Example
Text Example
White with #D603DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D603DC; }
p { color: rgb(214,3,220); }
H1.HeaderClassName
{
color: #D603DC;
}
.AnyTagClassName
{
color: #D603DC;
}
</style>
background-color css
<style>
a { background-color: #D603DC; }
a { background-color: rgb(214,3,220); }
div.DivClassName
{
background-color: #D603DC;
}
.BgClassName
{
background-color: #D603DC;
}
</style>
border-color css
<style>
span { border-color: #D603DC; }
span { border-color: rgb(214,3,220); }
td.TdClassName
{
border-color: #D603DC;
}
.TagClassName
{
border-color: #D603DC;
}
</style>