Shades of Cerise #DB246A
Tints of Cerise #DB246A
RGB
CMYK
RGB Variations
Color information
#DB246A (or 0xDB246A) is known color: Cerise. HEX triplet: DB, 24 and 6A. RGB value is (219,36,106). Sum of RGB (Red+Green+Blue) = 219+36+106=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB246A is #24DB95. Grayscale: #626262. Windows color (decimal): -2415510 or 6956251. OLE color: 6956251.
HSL color Cylindrical-coordinate representation of color #DB246A: hue angle of 337.05º 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 #DB246A is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 106 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.14 |
| HSL | 337.05º | 0.72% | 0.5% | - |
| HSV(B) | 337.05º | 0.84% | 0.86% | - |
| XYZ | 32.45 | 17.36 | 15.28 | - |
| YUV | 98.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 106 | 0 | 0.84 | 0.52 | 0.14 | 337.05 | 0.72 | 0.5 |
| Hex | DB | 24 | 6A | 0 | 54 | 34 | E | 151 | 48 | 32 |
| Octal | 333 | 44 | 152 | 0 | 124 | 64 | 16 | 521 | 110 | 62 |
| Binary | 11011011 | 100100 | 1101010 | 0 | 1010100 | 110100 | 1110 | 101010001 | 1001000 | 110010 |
Color Harmonies of #DB246A
Complementary color
Monochromatic Colors of #DB246A
Black with #DB246A
Text Example
Text Example
White with #DB246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB246A; }
p { color: rgb(219,36,106); }
H1.HeaderClassName
{
color: #DB246A;
}
.AnyTagClassName
{
color: #DB246A;
}
</style>
background-color css
<style>
a { background-color: #DB246A; }
a { background-color: rgb(219,36,106); }
div.DivClassName
{
background-color: #DB246A;
}
.BgClassName
{
background-color: #DB246A;
}
</style>
border-color css
<style>
span { border-color: #DB246A; }
span { border-color: rgb(219,36,106); }
td.TdClassName
{
border-color: #DB246A;
}
.TagClassName
{
border-color: #DB246A;
}
</style>