Shades of Cerise #DB385A
Tints of Cerise #DB385A
RGB
CMYK
RGB Variations
Color information
#DB385A (or 0xDB385A) is known color: Cerise. HEX triplet: DB, 38 and 5A. RGB value is (219,56,90). Sum of RGB (Red+Green+Blue) = 219+56+90=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB385A is #24C7A5. Grayscale: #6C6C6C. Windows color (decimal): -2410406 or 5912795. OLE color: 5912795.
HSL color Cylindrical-coordinate representation of color #DB385A: hue angle of 347.48º 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 #DB385A is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 90 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.14 |
| HSL | 347.48º | 0.69% | 0.54% | - |
| HSV(B) | 347.48º | 0.74% | 0.86% | - |
| XYZ | 32.47 | 18.63 | 11.56 | - |
| YUV | 108.61 | 117.5 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 90 | 0 | 0.74 | 0.59 | 0.14 | 347.48 | 0.69 | 0.54 |
| Hex | DB | 38 | 5A | 0 | 4A | 3B | E | 15B | 45 | 36 |
| Octal | 333 | 70 | 132 | 0 | 112 | 73 | 16 | 533 | 105 | 66 |
| Binary | 11011011 | 111000 | 1011010 | 0 | 1001010 | 111011 | 1110 | 101011011 | 1000101 | 110110 |
Color Harmonies of #DB385A
Complementary color
Monochromatic Colors of #DB385A
Black with #DB385A
Text Example
Text Example
White with #DB385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB385A; }
p { color: rgb(219,56,90); }
H1.HeaderClassName
{
color: #DB385A;
}
.AnyTagClassName
{
color: #DB385A;
}
</style>
background-color css
<style>
a { background-color: #DB385A; }
a { background-color: rgb(219,56,90); }
div.DivClassName
{
background-color: #DB385A;
}
.BgClassName
{
background-color: #DB385A;
}
</style>
border-color css
<style>
span { border-color: #DB385A; }
span { border-color: rgb(219,56,90); }
td.TdClassName
{
border-color: #DB385A;
}
.TagClassName
{
border-color: #DB385A;
}
</style>