Shades of Cerise #DB395A
Tints of Cerise #DB395A
RGB
CMYK
RGB Variations
Color information
#DB395A (or 0xDB395A) is known color: Cerise. HEX triplet: DB, 39 and 5A. RGB value is (219,57,90). Sum of RGB (Red+Green+Blue) = 219+57+90=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB395A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB395A is #24C6A5. Grayscale: #6D6D6D. Windows color (decimal): -2410150 or 5913051. OLE color: 5913051.
HSL color Cylindrical-coordinate representation of color #DB395A: hue angle of 347.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB395A is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 90 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.14 |
| HSL | 347.78º | 0.69% | 0.54% | - |
| HSV(B) | 347.78º | 0.74% | 0.86% | - |
| XYZ | 32.52 | 18.72 | 11.57 | - |
| YUV | 109.2 | 117.17 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 90 | 0 | 0.74 | 0.59 | 0.14 | 347.78 | 0.69 | 0.54 |
| Hex | DB | 39 | 5A | 0 | 4A | 3B | E | 15C | 45 | 36 |
| Octal | 333 | 71 | 132 | 0 | 112 | 73 | 16 | 534 | 105 | 66 |
| Binary | 11011011 | 111001 | 1011010 | 0 | 1001010 | 111011 | 1110 | 101011100 | 1000101 | 110110 |
Color Harmonies of #DB395A
Complementary color
Monochromatic Colors of #DB395A
Black with #DB395A
Text Example
Text Example
White with #DB395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB395A; }
p { color: rgb(219,57,90); }
H1.HeaderClassName
{
color: #DB395A;
}
.AnyTagClassName
{
color: #DB395A;
}
</style>
background-color css
<style>
a { background-color: #DB395A; }
a { background-color: rgb(219,57,90); }
div.DivClassName
{
background-color: #DB395A;
}
.BgClassName
{
background-color: #DB395A;
}
</style>
border-color css
<style>
span { border-color: #DB395A; }
span { border-color: rgb(219,57,90); }
td.TdClassName
{
border-color: #DB395A;
}
.TagClassName
{
border-color: #DB395A;
}
</style>