Shades of Cerise #DB385C
Tints of Cerise #DB385C
RGB
CMYK
RGB Variations
Color information
#DB385C (or 0xDB385C) is known color: Cerise. HEX triplet: DB, 38 and 5C. RGB value is (219,56,92). Sum of RGB (Red+Green+Blue) = 219+56+92=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB385C is #24C7A3. Grayscale: #6C6C6C. Windows color (decimal): -2410404 or 6043867. OLE color: 6043867.
HSL color Cylindrical-coordinate representation of color #DB385C: hue angle of 346.75º 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 #DB385C is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 92 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.14 |
| HSL | 346.75º | 0.69% | 0.54% | - |
| HSV(B) | 346.75º | 0.74% | 0.86% | - |
| XYZ | 32.56 | 18.66 | 12.01 | - |
| YUV | 108.84 | 118.5 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 92 | 0 | 0.74 | 0.58 | 0.14 | 346.75 | 0.69 | 0.54 |
| Hex | DB | 38 | 5C | 0 | 4A | 3A | E | 15B | 45 | 36 |
| Octal | 333 | 70 | 134 | 0 | 112 | 72 | 16 | 533 | 105 | 66 |
| Binary | 11011011 | 111000 | 1011100 | 0 | 1001010 | 111010 | 1110 | 101011011 | 1000101 | 110110 |
Color Harmonies of #DB385C
Complementary color
Monochromatic Colors of #DB385C
Black with #DB385C
Text Example
Text Example
White with #DB385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB385C; }
p { color: rgb(219,56,92); }
H1.HeaderClassName
{
color: #DB385C;
}
.AnyTagClassName
{
color: #DB385C;
}
</style>
background-color css
<style>
a { background-color: #DB385C; }
a { background-color: rgb(219,56,92); }
div.DivClassName
{
background-color: #DB385C;
}
.BgClassName
{
background-color: #DB385C;
}
</style>
border-color css
<style>
span { border-color: #DB385C; }
span { border-color: rgb(219,56,92); }
td.TdClassName
{
border-color: #DB385C;
}
.TagClassName
{
border-color: #DB385C;
}
</style>