Shades of Deep Magenta #D623DB
Tints of Deep Magenta #D623DB
RGB
CMYK
RGB Variations
Color information
#D623DB (or 0xD623DB) is known color: Deep Magenta. HEX triplet: D6, 23 and DB. RGB value is (214,35,219). Sum of RGB (Red+Green+Blue) = 214+35+219=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #D623DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623DB is #29DC24. Grayscale: #6C6C6C. Windows color (decimal): -2743333 or 14361558. OLE color: 14361558.
HSL color Cylindrical-coordinate representation of color #D623DB: hue angle of 298.37º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D623DB is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 35 | 219 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.14 |
| HSL | 298.37º | 0.72% | 0.5% | - |
| HSV(B) | 298.37º | 0.84% | 0.86% | - |
| XYZ | 41.12 | 20.61 | 68.83 | - |
| YUV | 109.5 | 189.8 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 219 | 0.02 | 0.84 | 0 | 0.14 | 298.37 | 0.72 | 0.5 |
| Hex | D6 | 23 | DB | 2 | 54 | 0 | E | 12A | 48 | 32 |
| Octal | 326 | 43 | 333 | 2 | 124 | 0 | 16 | 452 | 110 | 62 |
| Binary | 11010110 | 100011 | 11011011 | 10 | 1010100 | 0 | 1110 | 100101010 | 1001000 | 110010 |
Color Harmonies of #D623DB
Complementary color
Monochromatic Colors of #D623DB
Black with #D623DB
Text Example
Text Example
White with #D623DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D623DB; }
p { color: rgb(214,35,219); }
H1.HeaderClassName
{
color: #D623DB;
}
.AnyTagClassName
{
color: #D623DB;
}
</style>
background-color css
<style>
a { background-color: #D623DB; }
a { background-color: rgb(214,35,219); }
div.DivClassName
{
background-color: #D623DB;
}
.BgClassName
{
background-color: #D623DB;
}
</style>
border-color css
<style>
span { border-color: #D623DB; }
span { border-color: rgb(214,35,219); }
td.TdClassName
{
border-color: #D623DB;
}
.TagClassName
{
border-color: #D623DB;
}
</style>