Shades of Cerise #DB2D6B
Tints of Cerise #DB2D6B
RGB
CMYK
RGB Variations
Color information
#DB2D6B (or 0xDB2D6B) is known color: Cerise. HEX triplet: DB, 2D and 6B. RGB value is (219,45,107). Sum of RGB (Red+Green+Blue) = 219+45+107=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2D6B is #24D294. Grayscale: #686868. Windows color (decimal): -2413205 or 7024091. OLE color: 7024091.
HSL color Cylindrical-coordinate representation of color #DB2D6B: hue angle of 338.62º degrees, saturation: 0.71, 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 #DB2D6B is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 107 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.14 |
| HSL | 338.62º | 0.71% | 0.52% | - |
| HSV(B) | 338.62º | 0.79% | 0.86% | - |
| XYZ | 32.81 | 18 | 15.65 | - |
| YUV | 104.09 | 129.65 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 107 | 0 | 0.79 | 0.51 | 0.14 | 338.62 | 0.71 | 0.52 |
| Hex | DB | 2D | 6B | 0 | 4F | 33 | E | 153 | 47 | 34 |
| Octal | 333 | 55 | 153 | 0 | 117 | 63 | 16 | 523 | 107 | 64 |
| Binary | 11011011 | 101101 | 1101011 | 0 | 1001111 | 110011 | 1110 | 101010011 | 1000111 | 110100 |
Color Harmonies of #DB2D6B
Complementary color
Monochromatic Colors of #DB2D6B
Black with #DB2D6B
Text Example
Text Example
White with #DB2D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D6B; }
p { color: rgb(219,45,107); }
H1.HeaderClassName
{
color: #DB2D6B;
}
.AnyTagClassName
{
color: #DB2D6B;
}
</style>
background-color css
<style>
a { background-color: #DB2D6B; }
a { background-color: rgb(219,45,107); }
div.DivClassName
{
background-color: #DB2D6B;
}
.BgClassName
{
background-color: #DB2D6B;
}
</style>
border-color css
<style>
span { border-color: #DB2D6B; }
span { border-color: rgb(219,45,107); }
td.TdClassName
{
border-color: #DB2D6B;
}
.TagClassName
{
border-color: #DB2D6B;
}
</style>