Shades of Cerise #DB2666
Tints of Cerise #DB2666
RGB
CMYK
RGB Variations
Color information
#DB2666 (or 0xDB2666) is known color: Cerise. HEX triplet: DB, 26 and 66. RGB value is (219,38,102). Sum of RGB (Red+Green+Blue) = 219+38+102=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2666 is #24D999. Grayscale: #636363. Windows color (decimal): -2415002 or 6694619. OLE color: 6694619.
HSL color Cylindrical-coordinate representation of color #DB2666: hue angle of 338.78º 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 #DB2666 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 102 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.14 |
| HSL | 338.78º | 0.72% | 0.5% | - |
| HSV(B) | 338.78º | 0.83% | 0.86% | - |
| XYZ | 32.3 | 17.41 | 14.23 | - |
| YUV | 99.42 | 129.47 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 102 | 0 | 0.83 | 0.53 | 0.14 | 338.78 | 0.72 | 0.5 |
| Hex | DB | 26 | 66 | 0 | 53 | 35 | E | 153 | 48 | 32 |
| Octal | 333 | 46 | 146 | 0 | 123 | 65 | 16 | 523 | 110 | 62 |
| Binary | 11011011 | 100110 | 1100110 | 0 | 1010011 | 110101 | 1110 | 101010011 | 1001000 | 110010 |
Color Harmonies of #DB2666
Complementary color
Monochromatic Colors of #DB2666
Black with #DB2666
Text Example
Text Example
White with #DB2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2666; }
p { color: rgb(219,38,102); }
H1.HeaderClassName
{
color: #DB2666;
}
.AnyTagClassName
{
color: #DB2666;
}
</style>
background-color css
<style>
a { background-color: #DB2666; }
a { background-color: rgb(219,38,102); }
div.DivClassName
{
background-color: #DB2666;
}
.BgClassName
{
background-color: #DB2666;
}
</style>
border-color css
<style>
span { border-color: #DB2666; }
span { border-color: rgb(219,38,102); }
td.TdClassName
{
border-color: #DB2666;
}
.TagClassName
{
border-color: #DB2666;
}
</style>