Shades of Cerise #DB405A
Tints of Cerise #DB405A
RGB
CMYK
RGB Variations
Color information
#DB405A (or 0xDB405A) is known color: Cerise. HEX triplet: DB, 40 and 5A. RGB value is (219,64,90). Sum of RGB (Red+Green+Blue) = 219+64+90=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB405A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB405A is #24BFA5. Grayscale: #717171. Windows color (decimal): -2408358 or 5914843. OLE color: 5914843.
HSL color Cylindrical-coordinate representation of color #DB405A: hue angle of 349.94º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB405A is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 90 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.14 |
| HSL | 349.94º | 0.68% | 0.55% | - |
| HSV(B) | 349.94º | 0.71% | 0.86% | - |
| XYZ | 32.89 | 19.47 | 11.7 | - |
| YUV | 113.31 | 114.85 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 90 | 0 | 0.71 | 0.59 | 0.14 | 349.94 | 0.68 | 0.55 |
| Hex | DB | 40 | 5A | 0 | 47 | 3B | E | 15E | 44 | 37 |
| Octal | 333 | 100 | 132 | 0 | 107 | 73 | 16 | 536 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1011010 | 0 | 1000111 | 111011 | 1110 | 101011110 | 1000100 | 110111 |
Color Harmonies of #DB405A
Complementary color
Monochromatic Colors of #DB405A
Black with #DB405A
Text Example
Text Example
White with #DB405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB405A; }
p { color: rgb(219,64,90); }
H1.HeaderClassName
{
color: #DB405A;
}
.AnyTagClassName
{
color: #DB405A;
}
</style>
background-color css
<style>
a { background-color: #DB405A; }
a { background-color: rgb(219,64,90); }
div.DivClassName
{
background-color: #DB405A;
}
.BgClassName
{
background-color: #DB405A;
}
</style>
border-color css
<style>
span { border-color: #DB405A; }
span { border-color: rgb(219,64,90); }
td.TdClassName
{
border-color: #DB405A;
}
.TagClassName
{
border-color: #DB405A;
}
</style>