Shades of Deep Magenta #DD23DB
Tints of Deep Magenta #DD23DB
RGB
CMYK
RGB Variations
Color information
#DD23DB (or 0xDD23DB) is known color: Deep Magenta. HEX triplet: DD, 23 and DB. RGB value is (221,35,219). Sum of RGB (Red+Green+Blue) = 221+35+219=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 35 (14.06% from 255 or 7.37% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23DB is #22DC24. Grayscale: #6F6F6F. Windows color (decimal): -2284581 or 14361565. OLE color: 14361565.
HSL color Cylindrical-coordinate representation of color #DD23DB: hue angle of 300.65º degrees, saturation: 0.73, 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 #DD23DB is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 35 | 219 | - |
CMYK | 0 | 0.84 | 0.01 | 0.13 |
HSL | 300.65º | 0.73% | 0.5% | - |
HSV(B) | 300.65º | 0.84% | 0.87% | - |
XYZ | 43.21 | 21.69 | 68.93 | - |
YUV | 111.59 | 188.62 | 206.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 35 | 219 | 0 | 0.84 | 0.01 | 0.13 | 300.65 | 0.73 | 0.5 |
Hex | DD | 23 | DB | 0 | 54 | 1 | D | 12D | 49 | 32 |
Octal | 335 | 43 | 333 | 0 | 124 | 1 | 15 | 455 | 111 | 62 |
Binary | 11011101 | 100011 | 11011011 | 0 | 1010100 | 1 | 1101 | 100101101 | 1001001 | 110010 |
Color Harmonies of #DD23DB
Complementary color
Monochromatic Colors of #DD23DB
Black with #DD23DB
Text Example
Text Example
White with #DD23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23DB; }
p { color: rgb(221,35,219); }
H1.HeaderClassName
{
color: #DD23DB;
}
.AnyTagClassName
{
color: #DD23DB;
}
</style>
background-color css
<style>
a { background-color: #DD23DB; }
a { background-color: rgb(221,35,219); }
div.DivClassName
{
background-color: #DD23DB;
}
.BgClassName
{
background-color: #DD23DB;
}
</style>
border-color css
<style>
span { border-color: #DD23DB; }
span { border-color: rgb(221,35,219); }
td.TdClassName
{
border-color: #DD23DB;
}
.TagClassName
{
border-color: #DD23DB;
}
</style>