Shades of Deep Cerise #DB3177
Tints of Deep Cerise #DB3177
RGB
CMYK
RGB Variations
Color information
#DB3177 (or 0xDB3177) is known color: Deep Cerise. HEX triplet: DB, 31 and 77. RGB value is (219,49,119). Sum of RGB (Red+Green+Blue) = 219+49+119=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3177 is #24CE88. Grayscale: #6B6B6B. Windows color (decimal): -2412169 or 7811547. OLE color: 7811547.
HSL color Cylindrical-coordinate representation of color #DB3177: hue angle of 335.29º 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 #DB3177 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 119 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.14 |
| HSL | 335.29º | 0.7% | 0.53% | - |
| HSV(B) | 335.29º | 0.78% | 0.86% | - |
| XYZ | 33.64 | 18.59 | 19.27 | - |
| YUV | 107.81 | 134.32 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 119 | 0 | 0.78 | 0.46 | 0.14 | 335.29 | 0.7 | 0.53 |
| Hex | DB | 31 | 77 | 0 | 4E | 2E | E | 14F | 46 | 35 |
| Octal | 333 | 61 | 167 | 0 | 116 | 56 | 16 | 517 | 106 | 65 |
| Binary | 11011011 | 110001 | 1110111 | 0 | 1001110 | 101110 | 1110 | 101001111 | 1000110 | 110101 |
Color Harmonies of #DB3177
Complementary color
Monochromatic Colors of #DB3177
Black with #DB3177
Text Example
Text Example
White with #DB3177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3177; }
p { color: rgb(219,49,119); }
H1.HeaderClassName
{
color: #DB3177;
}
.AnyTagClassName
{
color: #DB3177;
}
</style>
background-color css
<style>
a { background-color: #DB3177; }
a { background-color: rgb(219,49,119); }
div.DivClassName
{
background-color: #DB3177;
}
.BgClassName
{
background-color: #DB3177;
}
</style>
border-color css
<style>
span { border-color: #DB3177; }
span { border-color: rgb(219,49,119); }
td.TdClassName
{
border-color: #DB3177;
}
.TagClassName
{
border-color: #DB3177;
}
</style>