Shades of Cerise #DB365A
Tints of Cerise #DB365A
RGB
CMYK
RGB Variations
Color information
#DB365A (or 0xDB365A) is known color: Cerise. HEX triplet: DB, 36 and 5A. RGB value is (219,54,90). Sum of RGB (Red+Green+Blue) = 219+54+90=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB365A is #24C9A5. Grayscale: #6B6B6B. Windows color (decimal): -2410918 or 5912283. OLE color: 5912283.
HSL color Cylindrical-coordinate representation of color #DB365A: hue angle of 346.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB365A is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 90 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.14 |
| HSL | 346.91º | 0.7% | 0.54% | - |
| HSV(B) | 346.91º | 0.75% | 0.86% | - |
| XYZ | 32.38 | 18.44 | 11.52 | - |
| YUV | 107.44 | 118.16 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 90 | 0 | 0.75 | 0.59 | 0.14 | 346.91 | 0.7 | 0.54 |
| Hex | DB | 36 | 5A | 0 | 4B | 3B | E | 15B | 46 | 36 |
| Octal | 333 | 66 | 132 | 0 | 113 | 73 | 16 | 533 | 106 | 66 |
| Binary | 11011011 | 110110 | 1011010 | 0 | 1001011 | 111011 | 1110 | 101011011 | 1000110 | 110110 |
Color Harmonies of #DB365A
Complementary color
Monochromatic Colors of #DB365A
Black with #DB365A
Text Example
Text Example
White with #DB365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB365A; }
p { color: rgb(219,54,90); }
H1.HeaderClassName
{
color: #DB365A;
}
.AnyTagClassName
{
color: #DB365A;
}
</style>
background-color css
<style>
a { background-color: #DB365A; }
a { background-color: rgb(219,54,90); }
div.DivClassName
{
background-color: #DB365A;
}
.BgClassName
{
background-color: #DB365A;
}
</style>
border-color css
<style>
span { border-color: #DB365A; }
span { border-color: rgb(219,54,90); }
td.TdClassName
{
border-color: #DB365A;
}
.TagClassName
{
border-color: #DB365A;
}
</style>