Shades of Deep Magenta #D62DDB
Tints of Deep Magenta #D62DDB
RGB
CMYK
RGB Variations
Color information
#D62DDB (or 0xD62DDB) is known color: Deep Magenta. HEX triplet: D6, 2D and DB. RGB value is (214,45,219). Sum of RGB (Red+Green+Blue) = 214+45+219=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #D62DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62DDB is #29D224. Grayscale: #727272. Windows color (decimal): -2740773 or 14364118. OLE color: 14364118.
HSL color Cylindrical-coordinate representation of color #D62DDB: hue angle of 298.28º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62DDB is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 45 | 219 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.14 |
| HSL | 298.28º | 0.71% | 0.52% | - |
| HSV(B) | 298.28º | 0.79% | 0.86% | - |
| XYZ | 41.46 | 21.29 | 68.94 | - |
| YUV | 115.37 | 186.49 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 219 | 0.02 | 0.79 | 0 | 0.14 | 298.28 | 0.71 | 0.52 |
| Hex | D6 | 2D | DB | 2 | 4F | 0 | E | 12A | 47 | 34 |
| Octal | 326 | 55 | 333 | 2 | 117 | 0 | 16 | 452 | 107 | 64 |
| Binary | 11010110 | 101101 | 11011011 | 10 | 1001111 | 0 | 1110 | 100101010 | 1000111 | 110100 |
Color Harmonies of #D62DDB
Complementary color
Monochromatic Colors of #D62DDB
Black with #D62DDB
Text Example
Text Example
White with #D62DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62DDB; }
p { color: rgb(214,45,219); }
H1.HeaderClassName
{
color: #D62DDB;
}
.AnyTagClassName
{
color: #D62DDB;
}
</style>
background-color css
<style>
a { background-color: #D62DDB; }
a { background-color: rgb(214,45,219); }
div.DivClassName
{
background-color: #D62DDB;
}
.BgClassName
{
background-color: #D62DDB;
}
</style>
border-color css
<style>
span { border-color: #D62DDB; }
span { border-color: rgb(214,45,219); }
td.TdClassName
{
border-color: #D62DDB;
}
.TagClassName
{
border-color: #D62DDB;
}
</style>