Shades of Cerise #DB3173
Tints of Cerise #DB3173
RGB
CMYK
RGB Variations
Color information
#DB3173 (or 0xDB3173) is known color: Cerise. HEX triplet: DB, 31 and 73. RGB value is (219,49,115). Sum of RGB (Red+Green+Blue) = 219+49+115=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3173 is #24CE8C. Grayscale: #6B6B6B. Windows color (decimal): -2412173 or 7549403. OLE color: 7549403.
HSL color Cylindrical-coordinate representation of color #DB3173: hue angle of 336.71º 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 #DB3173 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 115 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.14 |
| HSL | 336.71º | 0.7% | 0.53% | - |
| HSV(B) | 336.71º | 0.78% | 0.86% | - |
| XYZ | 33.41 | 18.49 | 18.03 | - |
| YUV | 107.35 | 132.32 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 115 | 0 | 0.78 | 0.47 | 0.14 | 336.71 | 0.7 | 0.53 |
| Hex | DB | 31 | 73 | 0 | 4E | 2F | E | 151 | 46 | 35 |
| Octal | 333 | 61 | 163 | 0 | 116 | 57 | 16 | 521 | 106 | 65 |
| Binary | 11011011 | 110001 | 1110011 | 0 | 1001110 | 101111 | 1110 | 101010001 | 1000110 | 110101 |
Color Harmonies of #DB3173
Complementary color
Monochromatic Colors of #DB3173
Black with #DB3173
Text Example
Text Example
White with #DB3173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3173; }
p { color: rgb(219,49,115); }
H1.HeaderClassName
{
color: #DB3173;
}
.AnyTagClassName
{
color: #DB3173;
}
</style>
background-color css
<style>
a { background-color: #DB3173; }
a { background-color: rgb(219,49,115); }
div.DivClassName
{
background-color: #DB3173;
}
.BgClassName
{
background-color: #DB3173;
}
</style>
border-color css
<style>
span { border-color: #DB3173; }
span { border-color: rgb(219,49,115); }
td.TdClassName
{
border-color: #DB3173;
}
.TagClassName
{
border-color: #DB3173;
}
</style>