Shades of Deep Magenta #DB23CF
Tints of Deep Magenta #DB23CF
RGB
CMYK
RGB Variations
Color information
#DB23CF (or 0xDB23CF) is known color: Deep Magenta. HEX triplet: DB, 23 and CF. RGB value is (219,35,207). Sum of RGB (Red+Green+Blue) = 219+35+207=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 35 (14.06% from 255 or 7.59% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB23CF is #24DC30. Grayscale: #6D6D6D. Windows color (decimal): -2415665 or 13575131. OLE color: 13575131.
HSL color Cylindrical-coordinate representation of color #DB23CF: hue angle of 303.91º 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 #DB23CF is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 207 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.14 |
| HSL | 303.91º | 0.72% | 0.5% | - |
| HSV(B) | 303.91º | 0.84% | 0.86% | - |
| XYZ | 41.08 | 20.77 | 60.87 | - |
| YUV | 109.62 | 182.96 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 207 | 0 | 0.84 | 0.05 | 0.14 | 303.91 | 0.72 | 0.5 |
| Hex | DB | 23 | CF | 0 | 54 | 5 | E | 130 | 48 | 32 |
| Octal | 333 | 43 | 317 | 0 | 124 | 5 | 16 | 460 | 110 | 62 |
| Binary | 11011011 | 100011 | 11001111 | 0 | 1010100 | 101 | 1110 | 100110000 | 1001000 | 110010 |
Color Harmonies of #DB23CF
Complementary color
Monochromatic Colors of #DB23CF
Black with #DB23CF
Text Example
Text Example
White with #DB23CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB23CF; }
p { color: rgb(219,35,207); }
H1.HeaderClassName
{
color: #DB23CF;
}
.AnyTagClassName
{
color: #DB23CF;
}
</style>
background-color css
<style>
a { background-color: #DB23CF; }
a { background-color: rgb(219,35,207); }
div.DivClassName
{
background-color: #DB23CF;
}
.BgClassName
{
background-color: #DB23CF;
}
</style>
border-color css
<style>
span { border-color: #DB23CF; }
span { border-color: rgb(219,35,207); }
td.TdClassName
{
border-color: #DB23CF;
}
.TagClassName
{
border-color: #DB23CF;
}
</style>