Shades of Cerise #DB3C63
Tints of Cerise #DB3C63
RGB
CMYK
RGB Variations
Color information
#DB3C63 (or 0xDB3C63) is known color: Cerise. HEX triplet: DB, 3C and 63. RGB value is (219,60,99). Sum of RGB (Red+Green+Blue) = 219+60+99=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3C63 is #24C39C. Grayscale: #6F6F6F. Windows color (decimal): -2409373 or 6503643. OLE color: 6503643.
HSL color Cylindrical-coordinate representation of color #DB3C63: hue angle of 345.28º 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 #DB3C63 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 99 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.14 |
| HSL | 345.28º | 0.69% | 0.55% | - |
| HSV(B) | 345.28º | 0.73% | 0.86% | - |
| XYZ | 33.08 | 19.19 | 13.77 | - |
| YUV | 111.99 | 120.68 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 99 | 0 | 0.73 | 0.55 | 0.14 | 345.28 | 0.69 | 0.55 |
| Hex | DB | 3C | 63 | 0 | 49 | 37 | E | 159 | 45 | 37 |
| Octal | 333 | 74 | 143 | 0 | 111 | 67 | 16 | 531 | 105 | 67 |
| Binary | 11011011 | 111100 | 1100011 | 0 | 1001001 | 110111 | 1110 | 101011001 | 1000101 | 110111 |
Color Harmonies of #DB3C63
Complementary color
Monochromatic Colors of #DB3C63
Black with #DB3C63
Text Example
Text Example
White with #DB3C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C63; }
p { color: rgb(219,60,99); }
H1.HeaderClassName
{
color: #DB3C63;
}
.AnyTagClassName
{
color: #DB3C63;
}
</style>
background-color css
<style>
a { background-color: #DB3C63; }
a { background-color: rgb(219,60,99); }
div.DivClassName
{
background-color: #DB3C63;
}
.BgClassName
{
background-color: #DB3C63;
}
</style>
border-color css
<style>
span { border-color: #DB3C63; }
span { border-color: rgb(219,60,99); }
td.TdClassName
{
border-color: #DB3C63;
}
.TagClassName
{
border-color: #DB3C63;
}
</style>