Shades of Deep Cerise #DB257C
Tints of Deep Cerise #DB257C
RGB
CMYK
RGB Variations
Color information
#DB257C (or 0xDB257C) is known color: Deep Cerise. HEX triplet: DB, 25 and 7C. RGB value is (219,37,124). Sum of RGB (Red+Green+Blue) = 219+37+124=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB257C is #24DA83. Grayscale: #656565. Windows color (decimal): -2415236 or 8136155. OLE color: 8136155.
HSL color Cylindrical-coordinate representation of color #DB257C: hue angle of 331.32º 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 #DB257C is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 124 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.14 |
| HSL | 331.32º | 0.72% | 0.5% | - |
| HSV(B) | 331.32º | 0.83% | 0.86% | - |
| XYZ | 33.51 | 17.84 | 20.75 | - |
| YUV | 101.34 | 140.8 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 124 | 0 | 0.83 | 0.43 | 0.14 | 331.32 | 0.72 | 0.5 |
| Hex | DB | 25 | 7C | 0 | 53 | 2B | E | 14B | 48 | 32 |
| Octal | 333 | 45 | 174 | 0 | 123 | 53 | 16 | 513 | 110 | 62 |
| Binary | 11011011 | 100101 | 1111100 | 0 | 1010011 | 101011 | 1110 | 101001011 | 1001000 | 110010 |
Color Harmonies of #DB257C
Complementary color
Monochromatic Colors of #DB257C
Black with #DB257C
Text Example
Text Example
White with #DB257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB257C; }
p { color: rgb(219,37,124); }
H1.HeaderClassName
{
color: #DB257C;
}
.AnyTagClassName
{
color: #DB257C;
}
</style>
background-color css
<style>
a { background-color: #DB257C; }
a { background-color: rgb(219,37,124); }
div.DivClassName
{
background-color: #DB257C;
}
.BgClassName
{
background-color: #DB257C;
}
</style>
border-color css
<style>
span { border-color: #DB257C; }
span { border-color: rgb(219,37,124); }
td.TdClassName
{
border-color: #DB257C;
}
.TagClassName
{
border-color: #DB257C;
}
</style>