Shades of Cerise #DB246C
Tints of Cerise #DB246C
RGB
CMYK
RGB Variations
Color information
#DB246C (or 0xDB246C) is known color: Cerise. HEX triplet: DB, 24 and 6C. RGB value is (219,36,108). Sum of RGB (Red+Green+Blue) = 219+36+108=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB246C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB246C is #24DB93. Grayscale: #626262. Windows color (decimal): -2415508 or 7087323. OLE color: 7087323.
HSL color Cylindrical-coordinate representation of color #DB246C: hue angle of 336.39º 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 #DB246C is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 108 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.14 |
| HSL | 336.39º | 0.72% | 0.5% | - |
| HSV(B) | 336.39º | 0.84% | 0.86% | - |
| XYZ | 32.55 | 17.4 | 15.83 | - |
| YUV | 98.93 | 133.13 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 108 | 0 | 0.84 | 0.51 | 0.14 | 336.39 | 0.72 | 0.5 |
| Hex | DB | 24 | 6C | 0 | 54 | 33 | E | 150 | 48 | 32 |
| Octal | 333 | 44 | 154 | 0 | 124 | 63 | 16 | 520 | 110 | 62 |
| Binary | 11011011 | 100100 | 1101100 | 0 | 1010100 | 110011 | 1110 | 101010000 | 1001000 | 110010 |
Color Harmonies of #DB246C
Complementary color
Monochromatic Colors of #DB246C
Black with #DB246C
Text Example
Text Example
White with #DB246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB246C; }
p { color: rgb(219,36,108); }
H1.HeaderClassName
{
color: #DB246C;
}
.AnyTagClassName
{
color: #DB246C;
}
</style>
background-color css
<style>
a { background-color: #DB246C; }
a { background-color: rgb(219,36,108); }
div.DivClassName
{
background-color: #DB246C;
}
.BgClassName
{
background-color: #DB246C;
}
</style>
border-color css
<style>
span { border-color: #DB246C; }
span { border-color: rgb(219,36,108); }
td.TdClassName
{
border-color: #DB246C;
}
.TagClassName
{
border-color: #DB246C;
}
</style>