Shades of Cerise #DB3C67
Tints of Cerise #DB3C67
RGB
CMYK
RGB Variations
Color information
#DB3C67 (or 0xDB3C67) is known color: Cerise. HEX triplet: DB, 3C and 67. RGB value is (219,60,103). Sum of RGB (Red+Green+Blue) = 219+60+103=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3C67 is #24C398. Grayscale: #707070. Windows color (decimal): -2409369 or 6765787. OLE color: 6765787.
HSL color Cylindrical-coordinate representation of color #DB3C67: hue angle of 343.77º 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 #DB3C67 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 103 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.14 |
| HSL | 343.77º | 0.69% | 0.55% | - |
| HSV(B) | 343.77º | 0.73% | 0.86% | - |
| XYZ | 33.28 | 19.27 | 14.8 | - |
| YUV | 112.44 | 122.68 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 103 | 0 | 0.73 | 0.53 | 0.14 | 343.77 | 0.69 | 0.55 |
| Hex | DB | 3C | 67 | 0 | 49 | 35 | E | 158 | 45 | 37 |
| Octal | 333 | 74 | 147 | 0 | 111 | 65 | 16 | 530 | 105 | 67 |
| Binary | 11011011 | 111100 | 1100111 | 0 | 1001001 | 110101 | 1110 | 101011000 | 1000101 | 110111 |
Color Harmonies of #DB3C67
Complementary color
Monochromatic Colors of #DB3C67
Black with #DB3C67
Text Example
Text Example
White with #DB3C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C67; }
p { color: rgb(219,60,103); }
H1.HeaderClassName
{
color: #DB3C67;
}
.AnyTagClassName
{
color: #DB3C67;
}
</style>
background-color css
<style>
a { background-color: #DB3C67; }
a { background-color: rgb(219,60,103); }
div.DivClassName
{
background-color: #DB3C67;
}
.BgClassName
{
background-color: #DB3C67;
}
</style>
border-color css
<style>
span { border-color: #DB3C67; }
span { border-color: rgb(219,60,103); }
td.TdClassName
{
border-color: #DB3C67;
}
.TagClassName
{
border-color: #DB3C67;
}
</style>