Shades of Cerise #DB3E68
Tints of Cerise #DB3E68
RGB
CMYK
RGB Variations
Color information
#DB3E68 (or 0xDB3E68) is known color: Cerise. HEX triplet: DB, 3E and 68. RGB value is (219,62,104). Sum of RGB (Red+Green+Blue) = 219+62+104=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3E68 is #24C197. Grayscale: #717171. Windows color (decimal): -2408856 or 6831835. OLE color: 6831835.
HSL color Cylindrical-coordinate representation of color #DB3E68: hue angle of 343.95º 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 #DB3E68 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 104 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.14 |
| HSL | 343.95º | 0.69% | 0.55% | - |
| HSV(B) | 343.95º | 0.72% | 0.86% | - |
| XYZ | 33.43 | 19.5 | 15.1 | - |
| YUV | 113.73 | 122.51 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 104 | 0 | 0.72 | 0.53 | 0.14 | 343.95 | 0.69 | 0.55 |
| Hex | DB | 3E | 68 | 0 | 48 | 35 | E | 158 | 45 | 37 |
| Octal | 333 | 76 | 150 | 0 | 110 | 65 | 16 | 530 | 105 | 67 |
| Binary | 11011011 | 111110 | 1101000 | 0 | 1001000 | 110101 | 1110 | 101011000 | 1000101 | 110111 |
Color Harmonies of #DB3E68
Complementary color
Monochromatic Colors of #DB3E68
Black with #DB3E68
Text Example
Text Example
White with #DB3E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E68; }
p { color: rgb(219,62,104); }
H1.HeaderClassName
{
color: #DB3E68;
}
.AnyTagClassName
{
color: #DB3E68;
}
</style>
background-color css
<style>
a { background-color: #DB3E68; }
a { background-color: rgb(219,62,104); }
div.DivClassName
{
background-color: #DB3E68;
}
.BgClassName
{
background-color: #DB3E68;
}
</style>
border-color css
<style>
span { border-color: #DB3E68; }
span { border-color: rgb(219,62,104); }
td.TdClassName
{
border-color: #DB3E68;
}
.TagClassName
{
border-color: #DB3E68;
}
</style>