Shades of Cerise #DB386B
Tints of Cerise #DB386B
RGB
CMYK
RGB Variations
Color information
#DB386B (or 0xDB386B) is known color: Cerise. HEX triplet: DB, 38 and 6B. RGB value is (219,56,107). Sum of RGB (Red+Green+Blue) = 219+56+107=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB386B is #24C794. Grayscale: #6E6E6E. Windows color (decimal): -2410389 or 7026907. OLE color: 7026907.
HSL color Cylindrical-coordinate representation of color #DB386B: hue angle of 341.23º 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 #DB386B is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 107 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.14 |
| HSL | 341.23º | 0.69% | 0.54% | - |
| HSV(B) | 341.23º | 0.74% | 0.86% | - |
| XYZ | 33.28 | 18.95 | 15.81 | - |
| YUV | 110.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 107 | 0 | 0.74 | 0.51 | 0.14 | 341.23 | 0.69 | 0.54 |
| Hex | DB | 38 | 6B | 0 | 4A | 33 | E | 155 | 45 | 36 |
| Octal | 333 | 70 | 153 | 0 | 112 | 63 | 16 | 525 | 105 | 66 |
| Binary | 11011011 | 111000 | 1101011 | 0 | 1001010 | 110011 | 1110 | 101010101 | 1000101 | 110110 |
Color Harmonies of #DB386B
Complementary color
Monochromatic Colors of #DB386B
Black with #DB386B
Text Example
Text Example
White with #DB386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB386B; }
p { color: rgb(219,56,107); }
H1.HeaderClassName
{
color: #DB386B;
}
.AnyTagClassName
{
color: #DB386B;
}
</style>
background-color css
<style>
a { background-color: #DB386B; }
a { background-color: rgb(219,56,107); }
div.DivClassName
{
background-color: #DB386B;
}
.BgClassName
{
background-color: #DB386B;
}
</style>
border-color css
<style>
span { border-color: #DB386B; }
span { border-color: rgb(219,56,107); }
td.TdClassName
{
border-color: #DB386B;
}
.TagClassName
{
border-color: #DB386B;
}
</style>