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