Shades of Cerise #DB3257
Tints of Cerise #DB3257
RGB
CMYK
RGB Variations
Color information
#DB3257 (or 0xDB3257) is known color: Cerise. HEX triplet: DB, 32 and 57. RGB value is (219,50,87). Sum of RGB (Red+Green+Blue) = 219+50+87=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3257 is #24CDA8. Grayscale: #686868. Windows color (decimal): -2411945 or 5714651. OLE color: 5714651.
HSL color Cylindrical-coordinate representation of color #DB3257: hue angle of 346.86º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3257 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 87 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.14 |
| HSL | 346.86º | 0.7% | 0.53% | - |
| HSV(B) | 346.86º | 0.77% | 0.86% | - |
| XYZ | 32.07 | 18.03 | 10.81 | - |
| YUV | 104.75 | 117.99 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 87 | 0 | 0.77 | 0.60 | 0.14 | 346.86 | 0.7 | 0.53 |
| Hex | DB | 32 | 57 | 0 | 4D | 3C | E | 15B | 46 | 35 |
| Octal | 333 | 62 | 127 | 0 | 115 | 74 | 16 | 533 | 106 | 65 |
| Binary | 11011011 | 110010 | 1010111 | 0 | 1001101 | 111100 | 1110 | 101011011 | 1000110 | 110101 |
Color Harmonies of #DB3257
Complementary color
Monochromatic Colors of #DB3257
Black with #DB3257
Text Example
Text Example
White with #DB3257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3257; }
p { color: rgb(219,50,87); }
H1.HeaderClassName
{
color: #DB3257;
}
.AnyTagClassName
{
color: #DB3257;
}
</style>
background-color css
<style>
a { background-color: #DB3257; }
a { background-color: rgb(219,50,87); }
div.DivClassName
{
background-color: #DB3257;
}
.BgClassName
{
background-color: #DB3257;
}
</style>
border-color css
<style>
span { border-color: #DB3257; }
span { border-color: rgb(219,50,87); }
td.TdClassName
{
border-color: #DB3257;
}
.TagClassName
{
border-color: #DB3257;
}
</style>