Shades of Cerise #DB3475
Tints of Cerise #DB3475
RGB
CMYK
RGB Variations
Color information
#DB3475 (or 0xDB3475) is known color: Cerise. HEX triplet: DB, 34 and 75. RGB value is (219,52,117). Sum of RGB (Red+Green+Blue) = 219+52+117=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3475 is #24CB8A. Grayscale: #6D6D6D. Windows color (decimal): -2411403 or 7681243. OLE color: 7681243.
HSL color Cylindrical-coordinate representation of color #DB3475: hue angle of 336.65º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3475 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 117 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.14 |
| HSL | 336.65º | 0.7% | 0.53% | - |
| HSV(B) | 336.65º | 0.76% | 0.86% | - |
| XYZ | 33.65 | 18.8 | 18.68 | - |
| YUV | 109.34 | 132.33 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 117 | 0 | 0.76 | 0.47 | 0.14 | 336.65 | 0.7 | 0.53 |
| Hex | DB | 34 | 75 | 0 | 4C | 2F | E | 151 | 46 | 35 |
| Octal | 333 | 64 | 165 | 0 | 114 | 57 | 16 | 521 | 106 | 65 |
| Binary | 11011011 | 110100 | 1110101 | 0 | 1001100 | 101111 | 1110 | 101010001 | 1000110 | 110101 |
Color Harmonies of #DB3475
Complementary color
Monochromatic Colors of #DB3475
Black with #DB3475
Text Example
Text Example
White with #DB3475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3475; }
p { color: rgb(219,52,117); }
H1.HeaderClassName
{
color: #DB3475;
}
.AnyTagClassName
{
color: #DB3475;
}
</style>
background-color css
<style>
a { background-color: #DB3475; }
a { background-color: rgb(219,52,117); }
div.DivClassName
{
background-color: #DB3475;
}
.BgClassName
{
background-color: #DB3475;
}
</style>
border-color css
<style>
span { border-color: #DB3475; }
span { border-color: rgb(219,52,117); }
td.TdClassName
{
border-color: #DB3475;
}
.TagClassName
{
border-color: #DB3475;
}
</style>