Shades of Cerise #DB2669
Tints of Cerise #DB2669
RGB
CMYK
RGB Variations
Color information
#DB2669 (or 0xDB2669) is known color: Cerise. HEX triplet: DB, 26 and 69. RGB value is (219,38,105). Sum of RGB (Red+Green+Blue) = 219+38+105=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2669 is #24D996. Grayscale: #636363. Windows color (decimal): -2414999 or 6891227. OLE color: 6891227.
HSL color Cylindrical-coordinate representation of color #DB2669: hue angle of 337.79º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2669 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 105 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.14 |
| HSL | 337.79º | 0.72% | 0.5% | - |
| HSV(B) | 337.79º | 0.83% | 0.86% | - |
| XYZ | 32.46 | 17.47 | 15.03 | - |
| YUV | 99.76 | 130.97 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 105 | 0 | 0.83 | 0.52 | 0.14 | 337.79 | 0.72 | 0.5 |
| Hex | DB | 26 | 69 | 0 | 53 | 34 | E | 152 | 48 | 32 |
| Octal | 333 | 46 | 151 | 0 | 123 | 64 | 16 | 522 | 110 | 62 |
| Binary | 11011011 | 100110 | 1101001 | 0 | 1010011 | 110100 | 1110 | 101010010 | 1001000 | 110010 |
Color Harmonies of #DB2669
Complementary color
Monochromatic Colors of #DB2669
Black with #DB2669
Text Example
Text Example
White with #DB2669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2669; }
p { color: rgb(219,38,105); }
H1.HeaderClassName
{
color: #DB2669;
}
.AnyTagClassName
{
color: #DB2669;
}
</style>
background-color css
<style>
a { background-color: #DB2669; }
a { background-color: rgb(219,38,105); }
div.DivClassName
{
background-color: #DB2669;
}
.BgClassName
{
background-color: #DB2669;
}
</style>
border-color css
<style>
span { border-color: #DB2669; }
span { border-color: rgb(219,38,105); }
td.TdClassName
{
border-color: #DB2669;
}
.TagClassName
{
border-color: #DB2669;
}
</style>