Shades of Cerise #DB3D56
Tints of Cerise #DB3D56
RGB
CMYK
RGB Variations
Color information
#DB3D56 (or 0xDB3D56) is known color: Cerise. HEX triplet: DB, 3D and 56. RGB value is (219,61,86). Sum of RGB (Red+Green+Blue) = 219+61+86=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3D56 is #24C2A9. Grayscale: #6F6F6F. Windows color (decimal): -2409130 or 5651931. OLE color: 5651931.
HSL color Cylindrical-coordinate representation of color #DB3D56: hue angle of 350.51º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3D56 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 86 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.14 |
| HSL | 350.51º | 0.69% | 0.55% | - |
| HSV(B) | 350.51º | 0.72% | 0.86% | - |
| XYZ | 32.56 | 19.07 | 10.77 | - |
| YUV | 111.09 | 113.85 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 86 | 0 | 0.72 | 0.61 | 0.14 | 350.51 | 0.69 | 0.55 |
| Hex | DB | 3D | 56 | 0 | 48 | 3D | E | 15F | 45 | 37 |
| Octal | 333 | 75 | 126 | 0 | 110 | 75 | 16 | 537 | 105 | 67 |
| Binary | 11011011 | 111101 | 1010110 | 0 | 1001000 | 111101 | 1110 | 101011111 | 1000101 | 110111 |
Color Harmonies of #DB3D56
Complementary color
Monochromatic Colors of #DB3D56
Black with #DB3D56
Text Example
Text Example
White with #DB3D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D56; }
p { color: rgb(219,61,86); }
H1.HeaderClassName
{
color: #DB3D56;
}
.AnyTagClassName
{
color: #DB3D56;
}
</style>
background-color css
<style>
a { background-color: #DB3D56; }
a { background-color: rgb(219,61,86); }
div.DivClassName
{
background-color: #DB3D56;
}
.BgClassName
{
background-color: #DB3D56;
}
</style>
border-color css
<style>
span { border-color: #DB3D56; }
span { border-color: rgb(219,61,86); }
td.TdClassName
{
border-color: #DB3D56;
}
.TagClassName
{
border-color: #DB3D56;
}
</style>