Shades of Cerise #DB4561
Tints of Cerise #DB4561
RGB
CMYK
RGB Variations
Color information
#DB4561 (or 0xDB4561) is known color: Cerise. HEX triplet: DB, 45 and 61. RGB value is (219,69,97). Sum of RGB (Red+Green+Blue) = 219+69+97=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4561 is #24BA9E. Grayscale: #757575. Windows color (decimal): -2407071 or 6374875. OLE color: 6374875.
HSL color Cylindrical-coordinate representation of color #DB4561: hue angle of 348.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4561 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 97 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.14 |
| HSL | 348.8º | 0.68% | 0.56% | - |
| HSV(B) | 348.8º | 0.68% | 0.86% | - |
| XYZ | 33.5 | 20.18 | 13.44 | - |
| YUV | 117.04 | 116.7 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 97 | 0 | 0.68 | 0.56 | 0.14 | 348.8 | 0.68 | 0.56 |
| Hex | DB | 45 | 61 | 0 | 44 | 38 | E | 15D | 44 | 38 |
| Octal | 333 | 105 | 141 | 0 | 104 | 70 | 16 | 535 | 104 | 70 |
| Binary | 11011011 | 1000101 | 1100001 | 0 | 1000100 | 111000 | 1110 | 101011101 | 1000100 | 111000 |
Color Harmonies of #DB4561
Complementary color
Monochromatic Colors of #DB4561
Black with #DB4561
Text Example
Text Example
White with #DB4561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4561; }
p { color: rgb(219,69,97); }
H1.HeaderClassName
{
color: #DB4561;
}
.AnyTagClassName
{
color: #DB4561;
}
</style>
background-color css
<style>
a { background-color: #DB4561; }
a { background-color: rgb(219,69,97); }
div.DivClassName
{
background-color: #DB4561;
}
.BgClassName
{
background-color: #DB4561;
}
</style>
border-color css
<style>
span { border-color: #DB4561; }
span { border-color: rgb(219,69,97); }
td.TdClassName
{
border-color: #DB4561;
}
.TagClassName
{
border-color: #DB4561;
}
</style>