Shades of Cerise #DB285A
Tints of Cerise #DB285A
RGB
CMYK
RGB Variations
Color information
#DB285A (or 0xDB285A) is known color: Cerise. HEX triplet: DB, 28 and 5A. RGB value is (219,40,90). Sum of RGB (Red+Green+Blue) = 219+40+90=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB285A is #24D7A5. Grayscale: #636363. Windows color (decimal): -2414502 or 5908699. OLE color: 5908699.
HSL color Cylindrical-coordinate representation of color #DB285A: hue angle of 343.24º 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 #DB285A is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 90 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.14 |
| HSL | 343.24º | 0.71% | 0.51% | - |
| HSV(B) | 343.24º | 0.82% | 0.86% | - |
| XYZ | 31.82 | 17.32 | 11.34 | - |
| YUV | 99.22 | 122.8 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 90 | 0 | 0.82 | 0.59 | 0.14 | 343.24 | 0.71 | 0.51 |
| Hex | DB | 28 | 5A | 0 | 52 | 3B | E | 157 | 47 | 33 |
| Octal | 333 | 50 | 132 | 0 | 122 | 73 | 16 | 527 | 107 | 63 |
| Binary | 11011011 | 101000 | 1011010 | 0 | 1010010 | 111011 | 1110 | 101010111 | 1000111 | 110011 |
Color Harmonies of #DB285A
Complementary color
Monochromatic Colors of #DB285A
Black with #DB285A
Text Example
Text Example
White with #DB285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB285A; }
p { color: rgb(219,40,90); }
H1.HeaderClassName
{
color: #DB285A;
}
.AnyTagClassName
{
color: #DB285A;
}
</style>
background-color css
<style>
a { background-color: #DB285A; }
a { background-color: rgb(219,40,90); }
div.DivClassName
{
background-color: #DB285A;
}
.BgClassName
{
background-color: #DB285A;
}
</style>
border-color css
<style>
span { border-color: #DB285A; }
span { border-color: rgb(219,40,90); }
td.TdClassName
{
border-color: #DB285A;
}
.TagClassName
{
border-color: #DB285A;
}
</style>