Shades of Cerise #DB2D6A
Tints of Cerise #DB2D6A
RGB
CMYK
RGB Variations
Color information
#DB2D6A (or 0xDB2D6A) is known color: Cerise. HEX triplet: DB, 2D and 6A. RGB value is (219,45,106). Sum of RGB (Red+Green+Blue) = 219+45+106=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2D6A is #24D295. Grayscale: #676767. Windows color (decimal): -2413206 or 6958555. OLE color: 6958555.
HSL color Cylindrical-coordinate representation of color #DB2D6A: hue angle of 338.97º 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 #DB2D6A is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 106 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.14 |
| HSL | 338.97º | 0.71% | 0.52% | - |
| HSV(B) | 338.97º | 0.79% | 0.86% | - |
| XYZ | 32.75 | 17.98 | 15.38 | - |
| YUV | 103.98 | 129.15 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 106 | 0 | 0.79 | 0.52 | 0.14 | 338.97 | 0.71 | 0.52 |
| Hex | DB | 2D | 6A | 0 | 4F | 34 | E | 153 | 47 | 34 |
| Octal | 333 | 55 | 152 | 0 | 117 | 64 | 16 | 523 | 107 | 64 |
| Binary | 11011011 | 101101 | 1101010 | 0 | 1001111 | 110100 | 1110 | 101010011 | 1000111 | 110100 |
Color Harmonies of #DB2D6A
Complementary color
Monochromatic Colors of #DB2D6A
Black with #DB2D6A
Text Example
Text Example
White with #DB2D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D6A; }
p { color: rgb(219,45,106); }
H1.HeaderClassName
{
color: #DB2D6A;
}
.AnyTagClassName
{
color: #DB2D6A;
}
</style>
background-color css
<style>
a { background-color: #DB2D6A; }
a { background-color: rgb(219,45,106); }
div.DivClassName
{
background-color: #DB2D6A;
}
.BgClassName
{
background-color: #DB2D6A;
}
</style>
border-color css
<style>
span { border-color: #DB2D6A; }
span { border-color: rgb(219,45,106); }
td.TdClassName
{
border-color: #DB2D6A;
}
.TagClassName
{
border-color: #DB2D6A;
}
</style>