Shades of Cerise #DB2269
Tints of Cerise #DB2269
RGB
CMYK
RGB Variations
Color information
#DB2269 (or 0xDB2269) is known color: Cerise. HEX triplet: DB, 22 and 69. RGB value is (219,34,105). Sum of RGB (Red+Green+Blue) = 219+34+105=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2269 is #24DD96. Grayscale: #616161. Windows color (decimal): -2416023 or 6890203. OLE color: 6890203.
HSL color Cylindrical-coordinate representation of color #DB2269: hue angle of 336.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2269 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 105 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.14 |
| HSL | 336.97º | 0.73% | 0.5% | - |
| HSV(B) | 336.97º | 0.84% | 0.86% | - |
| XYZ | 32.34 | 17.22 | 14.98 | - |
| YUV | 97.41 | 132.29 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 105 | 0 | 0.84 | 0.52 | 0.14 | 336.97 | 0.73 | 0.5 |
| Hex | DB | 22 | 69 | 0 | 54 | 34 | E | 151 | 49 | 32 |
| Octal | 333 | 42 | 151 | 0 | 124 | 64 | 16 | 521 | 111 | 62 |
| Binary | 11011011 | 100010 | 1101001 | 0 | 1010100 | 110100 | 1110 | 101010001 | 1001001 | 110010 |
Color Harmonies of #DB2269
Complementary color
Monochromatic Colors of #DB2269
Black with #DB2269
Text Example
Text Example
White with #DB2269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2269; }
p { color: rgb(219,34,105); }
H1.HeaderClassName
{
color: #DB2269;
}
.AnyTagClassName
{
color: #DB2269;
}
</style>
background-color css
<style>
a { background-color: #DB2269; }
a { background-color: rgb(219,34,105); }
div.DivClassName
{
background-color: #DB2269;
}
.BgClassName
{
background-color: #DB2269;
}
</style>
border-color css
<style>
span { border-color: #DB2269; }
span { border-color: rgb(219,34,105); }
td.TdClassName
{
border-color: #DB2269;
}
.TagClassName
{
border-color: #DB2269;
}
</style>