Shades of Deep Magenta #DB23CB
Tints of Deep Magenta #DB23CB
RGB
CMYK
RGB Variations
Color information
#DB23CB (or 0xDB23CB) is known color: Deep Magenta. HEX triplet: DB, 23 and CB. RGB value is (219,35,203). Sum of RGB (Red+Green+Blue) = 219+35+203=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 35 (14.06% from 255 or 7.66% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB23CB is #24DC34. Grayscale: #6C6C6C. Windows color (decimal): -2415669 or 13312987. OLE color: 13312987.
HSL color Cylindrical-coordinate representation of color #DB23CB: hue angle of 305.22º 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 #DB23CB is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 203 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.14 |
| HSL | 305.22º | 0.72% | 0.5% | - |
| HSV(B) | 305.22º | 0.84% | 0.86% | - |
| XYZ | 40.59 | 20.57 | 58.33 | - |
| YUV | 109.17 | 180.96 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 203 | 0 | 0.84 | 0.07 | 0.14 | 305.22 | 0.72 | 0.5 |
| Hex | DB | 23 | CB | 0 | 54 | 7 | E | 131 | 48 | 32 |
| Octal | 333 | 43 | 313 | 0 | 124 | 7 | 16 | 461 | 110 | 62 |
| Binary | 11011011 | 100011 | 11001011 | 0 | 1010100 | 111 | 1110 | 100110001 | 1001000 | 110010 |
Color Harmonies of #DB23CB
Complementary color
Monochromatic Colors of #DB23CB
Black with #DB23CB
Text Example
Text Example
White with #DB23CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB23CB; }
p { color: rgb(219,35,203); }
H1.HeaderClassName
{
color: #DB23CB;
}
.AnyTagClassName
{
color: #DB23CB;
}
</style>
background-color css
<style>
a { background-color: #DB23CB; }
a { background-color: rgb(219,35,203); }
div.DivClassName
{
background-color: #DB23CB;
}
.BgClassName
{
background-color: #DB23CB;
}
</style>
border-color css
<style>
span { border-color: #DB23CB; }
span { border-color: rgb(219,35,203); }
td.TdClassName
{
border-color: #DB23CB;
}
.TagClassName
{
border-color: #DB23CB;
}
</style>