Shades of Deep Cerise #DB259C
Tints of Deep Cerise #DB259C
RGB
CMYK
RGB Variations
Color information
#DB259C (or 0xDB259C) is known color: Deep Cerise. HEX triplet: DB, 25 and 9C. RGB value is (219,37,156). Sum of RGB (Red+Green+Blue) = 219+37+156=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB259C is #24DA63. Grayscale: #686868. Windows color (decimal): -2415204 or 10233307. OLE color: 10233307.
HSL color Cylindrical-coordinate representation of color #DB259C: hue angle of 320.77º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB259C is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 156 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.14 |
| HSL | 320.77º | 0.72% | 0.5% | - |
| HSV(B) | 320.77º | 0.83% | 0.86% | - |
| XYZ | 35.88 | 18.78 | 33.19 | - |
| YUV | 104.98 | 156.8 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 156 | 0 | 0.83 | 0.29 | 0.14 | 320.77 | 0.72 | 0.5 |
| Hex | DB | 25 | 9C | 0 | 53 | 1D | E | 141 | 48 | 32 |
| Octal | 333 | 45 | 234 | 0 | 123 | 35 | 16 | 501 | 110 | 62 |
| Binary | 11011011 | 100101 | 10011100 | 0 | 1010011 | 11101 | 1110 | 101000001 | 1001000 | 110010 |
Color Harmonies of #DB259C
Complementary color
Monochromatic Colors of #DB259C
Black with #DB259C
Text Example
Text Example
White with #DB259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB259C; }
p { color: rgb(219,37,156); }
H1.HeaderClassName
{
color: #DB259C;
}
.AnyTagClassName
{
color: #DB259C;
}
</style>
background-color css
<style>
a { background-color: #DB259C; }
a { background-color: rgb(219,37,156); }
div.DivClassName
{
background-color: #DB259C;
}
.BgClassName
{
background-color: #DB259C;
}
</style>
border-color css
<style>
span { border-color: #DB259C; }
span { border-color: rgb(219,37,156); }
td.TdClassName
{
border-color: #DB259C;
}
.TagClassName
{
border-color: #DB259C;
}
</style>