Shades of Deep Cerise #DB2175
Tints of Deep Cerise #DB2175
RGB
CMYK
RGB Variations
Color information
#DB2175 (or 0xDB2175) is known color: Deep Cerise. HEX triplet: DB, 21 and 75. RGB value is (219,33,117). Sum of RGB (Red+Green+Blue) = 219+33+117=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2175 is #24DE8A. Grayscale: #626262. Windows color (decimal): -2416267 or 7676379. OLE color: 7676379.
HSL color Cylindrical-coordinate representation of color #DB2175: hue angle of 332.9º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2175 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 117 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.14 |
| HSL | 332.9º | 0.74% | 0.49% | - |
| HSV(B) | 332.9º | 0.85% | 0.86% | - |
| XYZ | 32.97 | 17.43 | 18.46 | - |
| YUV | 98.19 | 138.62 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 117 | 0 | 0.85 | 0.47 | 0.14 | 332.9 | 0.74 | 0.49 |
| Hex | DB | 21 | 75 | 0 | 55 | 2F | E | 14D | 4A | 31 |
| Octal | 333 | 41 | 165 | 0 | 125 | 57 | 16 | 515 | 112 | 61 |
| Binary | 11011011 | 100001 | 1110101 | 0 | 1010101 | 101111 | 1110 | 101001101 | 1001010 | 110001 |
Color Harmonies of #DB2175
Complementary color
Monochromatic Colors of #DB2175
Black with #DB2175
Text Example
Text Example
White with #DB2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2175; }
p { color: rgb(219,33,117); }
H1.HeaderClassName
{
color: #DB2175;
}
.AnyTagClassName
{
color: #DB2175;
}
</style>
background-color css
<style>
a { background-color: #DB2175; }
a { background-color: rgb(219,33,117); }
div.DivClassName
{
background-color: #DB2175;
}
.BgClassName
{
background-color: #DB2175;
}
</style>
border-color css
<style>
span { border-color: #DB2175; }
span { border-color: rgb(219,33,117); }
td.TdClassName
{
border-color: #DB2175;
}
.TagClassName
{
border-color: #DB2175;
}
</style>