Shades of Deep Cerise #DB3175
Tints of Deep Cerise #DB3175
RGB
CMYK
RGB Variations
Color information
#DB3175 (or 0xDB3175) is known color: Deep Cerise. HEX triplet: DB, 31 and 75. RGB value is (219,49,117). Sum of RGB (Red+Green+Blue) = 219+49+117=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3175 is #24CE8A. Grayscale: #6B6B6B. Windows color (decimal): -2412171 or 7680475. OLE color: 7680475.
HSL color Cylindrical-coordinate representation of color #DB3175: hue angle of 336º 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 #DB3175 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 117 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.14 |
| HSL | 336º | 0.7% | 0.53% | - |
| HSV(B) | 336º | 0.78% | 0.86% | - |
| XYZ | 33.52 | 18.54 | 18.64 | - |
| YUV | 107.58 | 133.32 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 117 | 0 | 0.78 | 0.47 | 0.14 | 336 | 0.7 | 0.53 |
| Hex | DB | 31 | 75 | 0 | 4E | 2F | E | 150 | 46 | 35 |
| Octal | 333 | 61 | 165 | 0 | 116 | 57 | 16 | 520 | 106 | 65 |
| Binary | 11011011 | 110001 | 1110101 | 0 | 1001110 | 101111 | 1110 | 101010000 | 1000110 | 110101 |
Color Harmonies of #DB3175
Complementary color
Monochromatic Colors of #DB3175
Black with #DB3175
Text Example
Text Example
White with #DB3175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3175; }
p { color: rgb(219,49,117); }
H1.HeaderClassName
{
color: #DB3175;
}
.AnyTagClassName
{
color: #DB3175;
}
</style>
background-color css
<style>
a { background-color: #DB3175; }
a { background-color: rgb(219,49,117); }
div.DivClassName
{
background-color: #DB3175;
}
.BgClassName
{
background-color: #DB3175;
}
</style>
border-color css
<style>
span { border-color: #DB3175; }
span { border-color: rgb(219,49,117); }
td.TdClassName
{
border-color: #DB3175;
}
.TagClassName
{
border-color: #DB3175;
}
</style>