Shades of Cerise #DB2F6B
Tints of Cerise #DB2F6B
RGB
CMYK
RGB Variations
Color information
#DB2F6B (or 0xDB2F6B) is known color: Cerise. HEX triplet: DB, 2F and 6B. RGB value is (219,47,107). Sum of RGB (Red+Green+Blue) = 219+47+107=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2F6B is #24D094. Grayscale: #696969. Windows color (decimal): -2412693 or 7024603. OLE color: 7024603.
HSL color Cylindrical-coordinate representation of color #DB2F6B: hue angle of 339.07º 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 #DB2F6B is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 107 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.14 |
| HSL | 339.07º | 0.7% | 0.52% | - |
| HSV(B) | 339.07º | 0.79% | 0.86% | - |
| XYZ | 32.88 | 18.15 | 15.68 | - |
| YUV | 105.27 | 128.98 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 107 | 0 | 0.79 | 0.51 | 0.14 | 339.07 | 0.7 | 0.52 |
| Hex | DB | 2F | 6B | 0 | 4F | 33 | E | 153 | 46 | 34 |
| Octal | 333 | 57 | 153 | 0 | 117 | 63 | 16 | 523 | 106 | 64 |
| Binary | 11011011 | 101111 | 1101011 | 0 | 1001111 | 110011 | 1110 | 101010011 | 1000110 | 110100 |
Color Harmonies of #DB2F6B
Complementary color
Monochromatic Colors of #DB2F6B
Black with #DB2F6B
Text Example
Text Example
White with #DB2F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F6B; }
p { color: rgb(219,47,107); }
H1.HeaderClassName
{
color: #DB2F6B;
}
.AnyTagClassName
{
color: #DB2F6B;
}
</style>
background-color css
<style>
a { background-color: #DB2F6B; }
a { background-color: rgb(219,47,107); }
div.DivClassName
{
background-color: #DB2F6B;
}
.BgClassName
{
background-color: #DB2F6B;
}
</style>
border-color css
<style>
span { border-color: #DB2F6B; }
span { border-color: rgb(219,47,107); }
td.TdClassName
{
border-color: #DB2F6B;
}
.TagClassName
{
border-color: #DB2F6B;
}
</style>