Shades of Cerise #DB315C
Tints of Cerise #DB315C
RGB
CMYK
RGB Variations
Color information
#DB315C (or 0xDB315C) is known color: Cerise. HEX triplet: DB, 31 and 5C. RGB value is (219,49,92). Sum of RGB (Red+Green+Blue) = 219+49+92=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB315C is #24CEA3. Grayscale: #686868. Windows color (decimal): -2412196 or 6042075. OLE color: 6042075.
HSL color Cylindrical-coordinate representation of color #DB315C: hue angle of 344.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB315C is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 92 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.14 |
| HSL | 344.82º | 0.7% | 0.53% | - |
| HSV(B) | 344.82º | 0.78% | 0.86% | - |
| XYZ | 32.24 | 18.03 | 11.91 | - |
| YUV | 104.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 92 | 0 | 0.78 | 0.58 | 0.14 | 344.82 | 0.7 | 0.53 |
| Hex | DB | 31 | 5C | 0 | 4E | 3A | E | 159 | 46 | 35 |
| Octal | 333 | 61 | 134 | 0 | 116 | 72 | 16 | 531 | 106 | 65 |
| Binary | 11011011 | 110001 | 1011100 | 0 | 1001110 | 111010 | 1110 | 101011001 | 1000110 | 110101 |
Color Harmonies of #DB315C
Complementary color
Monochromatic Colors of #DB315C
Black with #DB315C
Text Example
Text Example
White with #DB315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB315C; }
p { color: rgb(219,49,92); }
H1.HeaderClassName
{
color: #DB315C;
}
.AnyTagClassName
{
color: #DB315C;
}
</style>
background-color css
<style>
a { background-color: #DB315C; }
a { background-color: rgb(219,49,92); }
div.DivClassName
{
background-color: #DB315C;
}
.BgClassName
{
background-color: #DB315C;
}
</style>
border-color css
<style>
span { border-color: #DB315C; }
span { border-color: rgb(219,49,92); }
td.TdClassName
{
border-color: #DB315C;
}
.TagClassName
{
border-color: #DB315C;
}
</style>