Shades of Cerise #DB2466
Tints of Cerise #DB2466
RGB
CMYK
RGB Variations
Color information
#DB2466 (or 0xDB2466) is known color: Cerise. HEX triplet: DB, 24 and 66. RGB value is (219,36,102). Sum of RGB (Red+Green+Blue) = 219+36+102=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2466 is #24DB99. Grayscale: #626262. Windows color (decimal): -2415514 or 6694107. OLE color: 6694107.
HSL color Cylindrical-coordinate representation of color #DB2466: hue angle of 338.36º degrees, saturation: 0.72, 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 #DB2466 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 102 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.14 |
| HSL | 338.36º | 0.72% | 0.5% | - |
| HSV(B) | 338.36º | 0.84% | 0.86% | - |
| XYZ | 32.24 | 17.28 | 14.21 | - |
| YUV | 98.24 | 130.13 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 102 | 0 | 0.84 | 0.53 | 0.14 | 338.36 | 0.72 | 0.5 |
| Hex | DB | 24 | 66 | 0 | 54 | 35 | E | 152 | 48 | 32 |
| Octal | 333 | 44 | 146 | 0 | 124 | 65 | 16 | 522 | 110 | 62 |
| Binary | 11011011 | 100100 | 1100110 | 0 | 1010100 | 110101 | 1110 | 101010010 | 1001000 | 110010 |
Color Harmonies of #DB2466
Complementary color
Monochromatic Colors of #DB2466
Black with #DB2466
Text Example
Text Example
White with #DB2466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2466; }
p { color: rgb(219,36,102); }
H1.HeaderClassName
{
color: #DB2466;
}
.AnyTagClassName
{
color: #DB2466;
}
</style>
background-color css
<style>
a { background-color: #DB2466; }
a { background-color: rgb(219,36,102); }
div.DivClassName
{
background-color: #DB2466;
}
.BgClassName
{
background-color: #DB2466;
}
</style>
border-color css
<style>
span { border-color: #DB2466; }
span { border-color: rgb(219,36,102); }
td.TdClassName
{
border-color: #DB2466;
}
.TagClassName
{
border-color: #DB2466;
}
</style>