Shades of Cerise #DB375A
Tints of Cerise #DB375A
RGB
CMYK
RGB Variations
Color information
#DB375A (or 0xDB375A) is known color: Cerise. HEX triplet: DB, 37 and 5A. RGB value is (219,55,90). Sum of RGB (Red+Green+Blue) = 219+55+90=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB375A is #24C8A5. Grayscale: #6C6C6C. Windows color (decimal): -2410662 or 5912539. OLE color: 5912539.
HSL color Cylindrical-coordinate representation of color #DB375A: hue angle of 347.2º degrees, saturation: 0.69, 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 #DB375A is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 90 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.14 |
| HSL | 347.2º | 0.69% | 0.54% | - |
| HSV(B) | 347.2º | 0.75% | 0.86% | - |
| XYZ | 32.43 | 18.53 | 11.54 | - |
| YUV | 108.03 | 117.83 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 90 | 0 | 0.75 | 0.59 | 0.14 | 347.2 | 0.69 | 0.54 |
| Hex | DB | 37 | 5A | 0 | 4B | 3B | E | 15B | 45 | 36 |
| Octal | 333 | 67 | 132 | 0 | 113 | 73 | 16 | 533 | 105 | 66 |
| Binary | 11011011 | 110111 | 1011010 | 0 | 1001011 | 111011 | 1110 | 101011011 | 1000101 | 110110 |
Color Harmonies of #DB375A
Complementary color
Monochromatic Colors of #DB375A
Black with #DB375A
Text Example
Text Example
White with #DB375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB375A; }
p { color: rgb(219,55,90); }
H1.HeaderClassName
{
color: #DB375A;
}
.AnyTagClassName
{
color: #DB375A;
}
</style>
background-color css
<style>
a { background-color: #DB375A; }
a { background-color: rgb(219,55,90); }
div.DivClassName
{
background-color: #DB375A;
}
.BgClassName
{
background-color: #DB375A;
}
</style>
border-color css
<style>
span { border-color: #DB375A; }
span { border-color: rgb(219,55,90); }
td.TdClassName
{
border-color: #DB375A;
}
.TagClassName
{
border-color: #DB375A;
}
</style>