Shades of Cerise #DB385F
Tints of Cerise #DB385F
RGB
CMYK
RGB Variations
Color information
#DB385F (or 0xDB385F) is known color: Cerise. HEX triplet: DB, 38 and 5F. RGB value is (219,56,95). Sum of RGB (Red+Green+Blue) = 219+56+95=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB385F is #24C7A0. Grayscale: #6D6D6D. Windows color (decimal): -2410401 or 6240475. OLE color: 6240475.
HSL color Cylindrical-coordinate representation of color #DB385F: hue angle of 345.64º 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 #DB385F is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 95 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.14 |
| HSL | 345.64º | 0.69% | 0.54% | - |
| HSV(B) | 345.64º | 0.74% | 0.86% | - |
| XYZ | 32.69 | 18.71 | 12.72 | - |
| YUV | 109.18 | 120 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 95 | 0 | 0.74 | 0.57 | 0.14 | 345.64 | 0.69 | 0.54 |
| Hex | DB | 38 | 5F | 0 | 4A | 39 | E | 15A | 45 | 36 |
| Octal | 333 | 70 | 137 | 0 | 112 | 71 | 16 | 532 | 105 | 66 |
| Binary | 11011011 | 111000 | 1011111 | 0 | 1001010 | 111001 | 1110 | 101011010 | 1000101 | 110110 |
Color Harmonies of #DB385F
Complementary color
Monochromatic Colors of #DB385F
Black with #DB385F
Text Example
Text Example
White with #DB385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB385F; }
p { color: rgb(219,56,95); }
H1.HeaderClassName
{
color: #DB385F;
}
.AnyTagClassName
{
color: #DB385F;
}
</style>
background-color css
<style>
a { background-color: #DB385F; }
a { background-color: rgb(219,56,95); }
div.DivClassName
{
background-color: #DB385F;
}
.BgClassName
{
background-color: #DB385F;
}
</style>
border-color css
<style>
span { border-color: #DB385F; }
span { border-color: rgb(219,56,95); }
td.TdClassName
{
border-color: #DB385F;
}
.TagClassName
{
border-color: #DB385F;
}
</style>