Shades of Cerise #DB2F61
Tints of Cerise #DB2F61
RGB
CMYK
RGB Variations
Color information
#DB2F61 (or 0xDB2F61) is known color: Cerise. HEX triplet: DB, 2F and 61. RGB value is (219,47,97). Sum of RGB (Red+Green+Blue) = 219+47+97=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2F61 is #24D09E. Grayscale: #686868. Windows color (decimal): -2412703 or 6369243. OLE color: 6369243.
HSL color Cylindrical-coordinate representation of color #DB2F61: hue angle of 342.56º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2F61 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 97 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.14 |
| HSL | 342.56º | 0.7% | 0.52% | - |
| HSV(B) | 342.56º | 0.79% | 0.86% | - |
| XYZ | 32.39 | 17.96 | 13.07 | - |
| YUV | 104.13 | 123.98 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 97 | 0 | 0.79 | 0.56 | 0.14 | 342.56 | 0.7 | 0.52 |
| Hex | DB | 2F | 61 | 0 | 4F | 38 | E | 157 | 46 | 34 |
| Octal | 333 | 57 | 141 | 0 | 117 | 70 | 16 | 527 | 106 | 64 |
| Binary | 11011011 | 101111 | 1100001 | 0 | 1001111 | 111000 | 1110 | 101010111 | 1000110 | 110100 |
Color Harmonies of #DB2F61
Complementary color
Monochromatic Colors of #DB2F61
Black with #DB2F61
Text Example
Text Example
White with #DB2F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F61; }
p { color: rgb(219,47,97); }
H1.HeaderClassName
{
color: #DB2F61;
}
.AnyTagClassName
{
color: #DB2F61;
}
</style>
background-color css
<style>
a { background-color: #DB2F61; }
a { background-color: rgb(219,47,97); }
div.DivClassName
{
background-color: #DB2F61;
}
.BgClassName
{
background-color: #DB2F61;
}
</style>
border-color css
<style>
span { border-color: #DB2F61; }
span { border-color: rgb(219,47,97); }
td.TdClassName
{
border-color: #DB2F61;
}
.TagClassName
{
border-color: #DB2F61;
}
</style>