Shades of Deep Magenta #DE23DB
Tints of Deep Magenta #DE23DB
RGB
CMYK
RGB Variations
Color information
#DE23DB (or 0xDE23DB) is known color: Deep Magenta. HEX triplet: DE, 23 and DB. RGB value is (222,35,219). Sum of RGB (Red+Green+Blue) = 222+35+219=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 35 (14.06% from 255 or 7.35% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE23DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE23DB is #21DC24. Grayscale: #6F6F6F. Windows color (decimal): -2219045 or 14361566. OLE color: 14361566.
HSL color Cylindrical-coordinate representation of color #DE23DB: hue angle of 300.96º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE23DB is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 35 | 219 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.13 |
| HSL | 300.96º | 0.74% | 0.5% | - |
| HSV(B) | 300.96º | 0.84% | 0.87% | - |
| XYZ | 43.51 | 21.85 | 68.94 | - |
| YUV | 111.89 | 188.45 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 35 | 219 | 0 | 0.84 | 0.01 | 0.13 | 300.96 | 0.74 | 0.5 |
| Hex | DE | 23 | DB | 0 | 54 | 1 | D | 12D | 4A | 32 |
| Octal | 336 | 43 | 333 | 0 | 124 | 1 | 15 | 455 | 112 | 62 |
| Binary | 11011110 | 100011 | 11011011 | 0 | 1010100 | 1 | 1101 | 100101101 | 1001010 | 110010 |
Color Harmonies of #DE23DB
Complementary color
Monochromatic Colors of #DE23DB
Black with #DE23DB
Text Example
Text Example
White with #DE23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE23DB; }
p { color: rgb(222,35,219); }
H1.HeaderClassName
{
color: #DE23DB;
}
.AnyTagClassName
{
color: #DE23DB;
}
</style>
background-color css
<style>
a { background-color: #DE23DB; }
a { background-color: rgb(222,35,219); }
div.DivClassName
{
background-color: #DE23DB;
}
.BgClassName
{
background-color: #DE23DB;
}
</style>
border-color css
<style>
span { border-color: #DE23DB; }
span { border-color: rgb(222,35,219); }
td.TdClassName
{
border-color: #DE23DB;
}
.TagClassName
{
border-color: #DE23DB;
}
</style>