Shades of Cerise #DB3C68
Tints of Cerise #DB3C68
RGB
CMYK
RGB Variations
Color information
#DB3C68 (or 0xDB3C68) is known color: Cerise. HEX triplet: DB, 3C and 68. RGB value is (219,60,104). Sum of RGB (Red+Green+Blue) = 219+60+104=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3C68 is #24C397. Grayscale: #707070. Windows color (decimal): -2409368 or 6831323. OLE color: 6831323.
HSL color Cylindrical-coordinate representation of color #DB3C68: hue angle of 343.4º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3C68 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 104 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.14 |
| HSL | 343.4º | 0.69% | 0.55% | - |
| HSV(B) | 343.4º | 0.73% | 0.86% | - |
| XYZ | 33.33 | 19.29 | 15.06 | - |
| YUV | 112.56 | 123.18 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 104 | 0 | 0.73 | 0.53 | 0.14 | 343.4 | 0.69 | 0.55 |
| Hex | DB | 3C | 68 | 0 | 49 | 35 | E | 157 | 45 | 37 |
| Octal | 333 | 74 | 150 | 0 | 111 | 65 | 16 | 527 | 105 | 67 |
| Binary | 11011011 | 111100 | 1101000 | 0 | 1001001 | 110101 | 1110 | 101010111 | 1000101 | 110111 |
Color Harmonies of #DB3C68
Complementary color
Monochromatic Colors of #DB3C68
Black with #DB3C68
Text Example
Text Example
White with #DB3C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C68; }
p { color: rgb(219,60,104); }
H1.HeaderClassName
{
color: #DB3C68;
}
.AnyTagClassName
{
color: #DB3C68;
}
</style>
background-color css
<style>
a { background-color: #DB3C68; }
a { background-color: rgb(219,60,104); }
div.DivClassName
{
background-color: #DB3C68;
}
.BgClassName
{
background-color: #DB3C68;
}
</style>
border-color css
<style>
span { border-color: #DB3C68; }
span { border-color: rgb(219,60,104); }
td.TdClassName
{
border-color: #DB3C68;
}
.TagClassName
{
border-color: #DB3C68;
}
</style>