Shades of Deep Magenta #D603DD
Tints of Deep Magenta #D603DD
RGB
CMYK
RGB Variations
Color information
#D603DD (or 0xD603DD) is known color: Deep Magenta. HEX triplet: D6, 03 and DD. RGB value is (214,3,221). Sum of RGB (Red+Green+Blue) = 214+3+221=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 3 (1.56% from 255 or 0.68% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #D603DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D603DD is #29FC22. Grayscale: #5A5A5A. Windows color (decimal): -2751523 or 14484438. OLE color: 14484438.
HSL color Cylindrical-coordinate representation of color #D603DD: hue angle of 298.07º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D603DD is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 3 | 221 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.13 |
| HSL | 298.07º | 0.97% | 0.44% | - |
| HSV(B) | 298.07º | 0.99% | 0.87% | - |
| XYZ | 40.82 | 19.58 | 70.04 | - |
| YUV | 90.94 | 201.4 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 221 | 0.03 | 0.99 | 0 | 0.13 | 298.07 | 0.97 | 0.44 |
| Hex | D6 | 3 | DD | 3 | 63 | 0 | D | 12A | 61 | 2C |
| Octal | 326 | 3 | 335 | 3 | 143 | 0 | 15 | 452 | 141 | 54 |
| Binary | 11010110 | 11 | 11011101 | 11 | 1100011 | 0 | 1101 | 100101010 | 1100001 | 101100 |
Color Harmonies of #D603DD
Complementary color
Monochromatic Colors of #D603DD
Black with #D603DD
Text Example
Text Example
White with #D603DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D603DD; }
p { color: rgb(214,3,221); }
H1.HeaderClassName
{
color: #D603DD;
}
.AnyTagClassName
{
color: #D603DD;
}
</style>
background-color css
<style>
a { background-color: #D603DD; }
a { background-color: rgb(214,3,221); }
div.DivClassName
{
background-color: #D603DD;
}
.BgClassName
{
background-color: #D603DD;
}
</style>
border-color css
<style>
span { border-color: #D603DD; }
span { border-color: rgb(214,3,221); }
td.TdClassName
{
border-color: #D603DD;
}
.TagClassName
{
border-color: #D603DD;
}
</style>