Shades of Cerise #DB2F74
Tints of Cerise #DB2F74
RGB
CMYK
RGB Variations
Color information
#DB2F74 (or 0xDB2F74) is known color: Cerise. HEX triplet: DB, 2F and 74. RGB value is (219,47,116). Sum of RGB (Red+Green+Blue) = 219+47+116=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2F74 is #24D08B. Grayscale: #6A6A6A. Windows color (decimal): -2412684 or 7614427. OLE color: 7614427.
HSL color Cylindrical-coordinate representation of color #DB2F74: hue angle of 335.93º 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 #DB2F74 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 47 | 116 | - |
CMYK | 0 | 0.79 | 0.47 | 0.14 |
HSL | 335.93º | 0.7% | 0.52% | - |
HSV(B) | 335.93º | 0.79% | 0.86% | - |
XYZ | 33.38 | 18.35 | 18.31 | - |
YUV | 106.29 | 133.48 | 208.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 47 | 116 | 0 | 0.79 | 0.47 | 0.14 | 335.93 | 0.7 | 0.52 |
Hex | DB | 2F | 74 | 0 | 4F | 2F | E | 150 | 46 | 34 |
Octal | 333 | 57 | 164 | 0 | 117 | 57 | 16 | 520 | 106 | 64 |
Binary | 11011011 | 101111 | 1110100 | 0 | 1001111 | 101111 | 1110 | 101010000 | 1000110 | 110100 |
Color Harmonies of #DB2F74
Complementary color
Monochromatic Colors of #DB2F74
Black with #DB2F74
Text Example
Text Example
White with #DB2F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F74; }
p { color: rgb(219,47,116); }
H1.HeaderClassName
{
color: #DB2F74;
}
.AnyTagClassName
{
color: #DB2F74;
}
</style>
background-color css
<style>
a { background-color: #DB2F74; }
a { background-color: rgb(219,47,116); }
div.DivClassName
{
background-color: #DB2F74;
}
.BgClassName
{
background-color: #DB2F74;
}
</style>
border-color css
<style>
span { border-color: #DB2F74; }
span { border-color: rgb(219,47,116); }
td.TdClassName
{
border-color: #DB2F74;
}
.TagClassName
{
border-color: #DB2F74;
}
</style>