Shades of Cerise #DB3F58
Tints of Cerise #DB3F58
RGB
CMYK
RGB Variations
Color information
#DB3F58 (or 0xDB3F58) is known color: Cerise. HEX triplet: DB, 3F and 58. RGB value is (219,63,88). Sum of RGB (Red+Green+Blue) = 219+63+88=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3F58 is #24C0A7. Grayscale: #707070. Windows color (decimal): -2408616 or 5783515. OLE color: 5783515.
HSL color Cylindrical-coordinate representation of color #DB3F58: hue angle of 350.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB3F58 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 88 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.14 |
| HSL | 350.38º | 0.68% | 0.55% | - |
| HSV(B) | 350.38º | 0.71% | 0.86% | - |
| XYZ | 32.75 | 19.32 | 11.24 | - |
| YUV | 112.49 | 114.18 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 88 | 0 | 0.71 | 0.60 | 0.14 | 350.38 | 0.68 | 0.55 |
| Hex | DB | 3F | 58 | 0 | 47 | 3C | E | 15E | 44 | 37 |
| Octal | 333 | 77 | 130 | 0 | 107 | 74 | 16 | 536 | 104 | 67 |
| Binary | 11011011 | 111111 | 1011000 | 0 | 1000111 | 111100 | 1110 | 101011110 | 1000100 | 110111 |
Color Harmonies of #DB3F58
Complementary color
Monochromatic Colors of #DB3F58
Black with #DB3F58
Text Example
Text Example
White with #DB3F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F58; }
p { color: rgb(219,63,88); }
H1.HeaderClassName
{
color: #DB3F58;
}
.AnyTagClassName
{
color: #DB3F58;
}
</style>
background-color css
<style>
a { background-color: #DB3F58; }
a { background-color: rgb(219,63,88); }
div.DivClassName
{
background-color: #DB3F58;
}
.BgClassName
{
background-color: #DB3F58;
}
</style>
border-color css
<style>
span { border-color: #DB3F58; }
span { border-color: rgb(219,63,88); }
td.TdClassName
{
border-color: #DB3F58;
}
.TagClassName
{
border-color: #DB3F58;
}
</style>