Shades of Cerise #DB4260
Tints of Cerise #DB4260
RGB
CMYK
RGB Variations
Color information
#DB4260 (or 0xDB4260) is known color: Cerise. HEX triplet: DB, 42 and 60. RGB value is (219,66,96). Sum of RGB (Red+Green+Blue) = 219+66+96=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4260 is #24BD9F. Grayscale: #737373. Windows color (decimal): -2407840 or 6308571. OLE color: 6308571.
HSL color Cylindrical-coordinate representation of color #DB4260: hue angle of 348.24º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4260 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 96 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.14 |
| HSL | 348.24º | 0.68% | 0.56% | - |
| HSV(B) | 348.24º | 0.7% | 0.86% | - |
| XYZ | 33.27 | 19.8 | 13.13 | - |
| YUV | 115.17 | 117.19 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 96 | 0 | 0.70 | 0.56 | 0.14 | 348.24 | 0.68 | 0.56 |
| Hex | DB | 42 | 60 | 0 | 46 | 38 | E | 15C | 44 | 38 |
| Octal | 333 | 102 | 140 | 0 | 106 | 70 | 16 | 534 | 104 | 70 |
| Binary | 11011011 | 1000010 | 1100000 | 0 | 1000110 | 111000 | 1110 | 101011100 | 1000100 | 111000 |
Color Harmonies of #DB4260
Complementary color
Monochromatic Colors of #DB4260
Black with #DB4260
Text Example
Text Example
White with #DB4260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4260; }
p { color: rgb(219,66,96); }
H1.HeaderClassName
{
color: #DB4260;
}
.AnyTagClassName
{
color: #DB4260;
}
</style>
background-color css
<style>
a { background-color: #DB4260; }
a { background-color: rgb(219,66,96); }
div.DivClassName
{
background-color: #DB4260;
}
.BgClassName
{
background-color: #DB4260;
}
</style>
border-color css
<style>
span { border-color: #DB4260; }
span { border-color: rgb(219,66,96); }
td.TdClassName
{
border-color: #DB4260;
}
.TagClassName
{
border-color: #DB4260;
}
</style>