Shades of Deep Magenta #D603DB
Tints of Deep Magenta #D603DB
RGB
CMYK
RGB Variations
Color information
#D603DB (or 0xD603DB) is known color: Deep Magenta. HEX triplet: D6, 03 and DB. RGB value is (214,3,219). Sum of RGB (Red+Green+Blue) = 214+3+219=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 3 (1.56% from 255 or 0.69% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #D603DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D603DB is #29FC24. Grayscale: #5A5A5A. Windows color (decimal): -2751525 or 14353366. OLE color: 14353366.
HSL color Cylindrical-coordinate representation of color #D603DB: hue angle of 298.61º 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 #D603DB is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 3 | 219 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.14 |
| HSL | 298.61º | 0.97% | 0.44% | - |
| HSV(B) | 298.61º | 0.99% | 0.86% | - |
| XYZ | 40.55 | 19.48 | 68.64 | - |
| YUV | 90.71 | 200.4 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 219 | 0.02 | 0.99 | 0 | 0.14 | 298.61 | 0.97 | 0.44 |
| Hex | D6 | 3 | DB | 2 | 63 | 0 | E | 12B | 61 | 2C |
| Octal | 326 | 3 | 333 | 2 | 143 | 0 | 16 | 453 | 141 | 54 |
| Binary | 11010110 | 11 | 11011011 | 10 | 1100011 | 0 | 1110 | 100101011 | 1100001 | 101100 |
Color Harmonies of #D603DB
Complementary color
Monochromatic Colors of #D603DB
Black with #D603DB
Text Example
Text Example
White with #D603DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D603DB; }
p { color: rgb(214,3,219); }
H1.HeaderClassName
{
color: #D603DB;
}
.AnyTagClassName
{
color: #D603DB;
}
</style>
background-color css
<style>
a { background-color: #D603DB; }
a { background-color: rgb(214,3,219); }
div.DivClassName
{
background-color: #D603DB;
}
.BgClassName
{
background-color: #D603DB;
}
</style>
border-color css
<style>
span { border-color: #D603DB; }
span { border-color: rgb(214,3,219); }
td.TdClassName
{
border-color: #D603DB;
}
.TagClassName
{
border-color: #D603DB;
}
</style>