Shades of Cerise #DB3D70
Tints of Cerise #DB3D70
RGB
CMYK
RGB Variations
Color information
#DB3D70 (or 0xDB3D70) is known color: Cerise. HEX triplet: DB, 3D and 70. RGB value is (219,61,112). Sum of RGB (Red+Green+Blue) = 219+61+112=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3D70 is #24C28F. Grayscale: #727272. Windows color (decimal): -2409104 or 7355867. OLE color: 7355867.
HSL color Cylindrical-coordinate representation of color #DB3D70: hue angle of 340.63º 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 #DB3D70 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 112 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.14 |
| HSL | 340.63º | 0.69% | 0.55% | - |
| HSV(B) | 340.63º | 0.72% | 0.86% | - |
| XYZ | 33.81 | 19.57 | 17.32 | - |
| YUV | 114.06 | 126.85 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 112 | 0 | 0.72 | 0.49 | 0.14 | 340.63 | 0.69 | 0.55 |
| Hex | DB | 3D | 70 | 0 | 48 | 31 | E | 155 | 45 | 37 |
| Octal | 333 | 75 | 160 | 0 | 110 | 61 | 16 | 525 | 105 | 67 |
| Binary | 11011011 | 111101 | 1110000 | 0 | 1001000 | 110001 | 1110 | 101010101 | 1000101 | 110111 |
Color Harmonies of #DB3D70
Complementary color
Monochromatic Colors of #DB3D70
Black with #DB3D70
Text Example
Text Example
White with #DB3D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D70; }
p { color: rgb(219,61,112); }
H1.HeaderClassName
{
color: #DB3D70;
}
.AnyTagClassName
{
color: #DB3D70;
}
</style>
background-color css
<style>
a { background-color: #DB3D70; }
a { background-color: rgb(219,61,112); }
div.DivClassName
{
background-color: #DB3D70;
}
.BgClassName
{
background-color: #DB3D70;
}
</style>
border-color css
<style>
span { border-color: #DB3D70; }
span { border-color: rgb(219,61,112); }
td.TdClassName
{
border-color: #DB3D70;
}
.TagClassName
{
border-color: #DB3D70;
}
</style>