Shades of Cerise #DB286C
Tints of Cerise #DB286C
RGB
CMYK
RGB Variations
Color information
#DB286C (or 0xDB286C) is known color: Cerise. HEX triplet: DB, 28 and 6C. RGB value is (219,40,108). Sum of RGB (Red+Green+Blue) = 219+40+108=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB286C is #24D793. Grayscale: #656565. Windows color (decimal): -2414484 or 7088347. OLE color: 7088347.
HSL color Cylindrical-coordinate representation of color #DB286C: hue angle of 337.21º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB286C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 108 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.14 |
| HSL | 337.21º | 0.71% | 0.51% | - |
| HSV(B) | 337.21º | 0.82% | 0.86% | - |
| XYZ | 32.68 | 17.66 | 15.87 | - |
| YUV | 101.27 | 131.8 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 108 | 0 | 0.82 | 0.51 | 0.14 | 337.21 | 0.71 | 0.51 |
| Hex | DB | 28 | 6C | 0 | 52 | 33 | E | 151 | 47 | 33 |
| Octal | 333 | 50 | 154 | 0 | 122 | 63 | 16 | 521 | 107 | 63 |
| Binary | 11011011 | 101000 | 1101100 | 0 | 1010010 | 110011 | 1110 | 101010001 | 1000111 | 110011 |
Color Harmonies of #DB286C
Complementary color
Monochromatic Colors of #DB286C
Black with #DB286C
Text Example
Text Example
White with #DB286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB286C; }
p { color: rgb(219,40,108); }
H1.HeaderClassName
{
color: #DB286C;
}
.AnyTagClassName
{
color: #DB286C;
}
</style>
background-color css
<style>
a { background-color: #DB286C; }
a { background-color: rgb(219,40,108); }
div.DivClassName
{
background-color: #DB286C;
}
.BgClassName
{
background-color: #DB286C;
}
</style>
border-color css
<style>
span { border-color: #DB286C; }
span { border-color: rgb(219,40,108); }
td.TdClassName
{
border-color: #DB286C;
}
.TagClassName
{
border-color: #DB286C;
}
</style>