Shades of Cerise #DB365C
Tints of Cerise #DB365C
RGB
CMYK
RGB Variations
Color information
#DB365C (or 0xDB365C) is known color: Cerise. HEX triplet: DB, 36 and 5C. RGB value is (219,54,92). Sum of RGB (Red+Green+Blue) = 219+54+92=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB365C is #24C9A3. Grayscale: #6B6B6B. Windows color (decimal): -2410916 or 6043355. OLE color: 6043355.
HSL color Cylindrical-coordinate representation of color #DB365C: hue angle of 346.18º 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 #DB365C is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 92 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.14 |
| HSL | 346.18º | 0.7% | 0.54% | - |
| HSV(B) | 346.18º | 0.75% | 0.86% | - |
| XYZ | 32.46 | 18.47 | 11.98 | - |
| YUV | 107.67 | 119.16 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 92 | 0 | 0.75 | 0.58 | 0.14 | 346.18 | 0.7 | 0.54 |
| Hex | DB | 36 | 5C | 0 | 4B | 3A | E | 15A | 46 | 36 |
| Octal | 333 | 66 | 134 | 0 | 113 | 72 | 16 | 532 | 106 | 66 |
| Binary | 11011011 | 110110 | 1011100 | 0 | 1001011 | 111010 | 1110 | 101011010 | 1000110 | 110110 |
Color Harmonies of #DB365C
Complementary color
Monochromatic Colors of #DB365C
Black with #DB365C
Text Example
Text Example
White with #DB365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB365C; }
p { color: rgb(219,54,92); }
H1.HeaderClassName
{
color: #DB365C;
}
.AnyTagClassName
{
color: #DB365C;
}
</style>
background-color css
<style>
a { background-color: #DB365C; }
a { background-color: rgb(219,54,92); }
div.DivClassName
{
background-color: #DB365C;
}
.BgClassName
{
background-color: #DB365C;
}
</style>
border-color css
<style>
span { border-color: #DB365C; }
span { border-color: rgb(219,54,92); }
td.TdClassName
{
border-color: #DB365C;
}
.TagClassName
{
border-color: #DB365C;
}
</style>