Shades of Cerise #DB3658
Tints of Cerise #DB3658
RGB
CMYK
RGB Variations
Color information
#DB3658 (or 0xDB3658) is known color: Cerise. HEX triplet: DB, 36 and 58. RGB value is (219,54,88). Sum of RGB (Red+Green+Blue) = 219+54+88=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3658 is #24C9A7. Grayscale: #6B6B6B. Windows color (decimal): -2410920 or 5781211. OLE color: 5781211.
HSL color Cylindrical-coordinate representation of color #DB3658: hue angle of 347.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3658 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 88 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.14 |
| HSL | 347.64º | 0.7% | 0.54% | - |
| HSV(B) | 347.64º | 0.75% | 0.86% | - |
| XYZ | 32.29 | 18.4 | 11.08 | - |
| YUV | 107.21 | 117.16 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 88 | 0 | 0.75 | 0.60 | 0.14 | 347.64 | 0.7 | 0.54 |
| Hex | DB | 36 | 58 | 0 | 4B | 3C | E | 15C | 46 | 36 |
| Octal | 333 | 66 | 130 | 0 | 113 | 74 | 16 | 534 | 106 | 66 |
| Binary | 11011011 | 110110 | 1011000 | 0 | 1001011 | 111100 | 1110 | 101011100 | 1000110 | 110110 |
Color Harmonies of #DB3658
Complementary color
Monochromatic Colors of #DB3658
Black with #DB3658
Text Example
Text Example
White with #DB3658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3658; }
p { color: rgb(219,54,88); }
H1.HeaderClassName
{
color: #DB3658;
}
.AnyTagClassName
{
color: #DB3658;
}
</style>
background-color css
<style>
a { background-color: #DB3658; }
a { background-color: rgb(219,54,88); }
div.DivClassName
{
background-color: #DB3658;
}
.BgClassName
{
background-color: #DB3658;
}
</style>
border-color css
<style>
span { border-color: #DB3658; }
span { border-color: rgb(219,54,88); }
td.TdClassName
{
border-color: #DB3658;
}
.TagClassName
{
border-color: #DB3658;
}
</style>