Shades of Deep Magenta #D223DB
Tints of Deep Magenta #D223DB
RGB
CMYK
RGB Variations
Color information
#D223DB (or 0xD223DB) is known color: Deep Magenta. HEX triplet: D2, 23 and DB. RGB value is (210,35,219). Sum of RGB (Red+Green+Blue) = 210+35+219=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 35 (14.06% from 255 or 7.54% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #D223DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D223DB is #2DDC24. Grayscale: #6B6B6B. Windows color (decimal): -3005477 or 14361554. OLE color: 14361554.
HSL color Cylindrical-coordinate representation of color #D223DB: hue angle of 297.07º 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 #D223DB is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 35 | 219 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.14 |
| HSL | 297.07º | 0.72% | 0.5% | - |
| HSV(B) | 297.07º | 0.84% | 0.86% | - |
| XYZ | 39.97 | 20.02 | 68.78 | - |
| YUV | 108.3 | 190.48 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 219 | 0.04 | 0.84 | 0 | 0.14 | 297.07 | 0.72 | 0.5 |
| Hex | D2 | 23 | DB | 4 | 54 | 0 | E | 129 | 48 | 32 |
| Octal | 322 | 43 | 333 | 4 | 124 | 0 | 16 | 451 | 110 | 62 |
| Binary | 11010010 | 100011 | 11011011 | 100 | 1010100 | 0 | 1110 | 100101001 | 1001000 | 110010 |
Color Harmonies of #D223DB
Complementary color
Monochromatic Colors of #D223DB
Black with #D223DB
Text Example
Text Example
White with #D223DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D223DB; }
p { color: rgb(210,35,219); }
H1.HeaderClassName
{
color: #D223DB;
}
.AnyTagClassName
{
color: #D223DB;
}
</style>
background-color css
<style>
a { background-color: #D223DB; }
a { background-color: rgb(210,35,219); }
div.DivClassName
{
background-color: #D223DB;
}
.BgClassName
{
background-color: #D223DB;
}
</style>
border-color css
<style>
span { border-color: #D223DB; }
span { border-color: rgb(210,35,219); }
td.TdClassName
{
border-color: #D223DB;
}
.TagClassName
{
border-color: #D223DB;
}
</style>