Shades of Deep Cerise #DB2A75
Tints of Deep Cerise #DB2A75
RGB
CMYK
RGB Variations
Color information
#DB2A75 (or 0xDB2A75) is known color: Deep Cerise. HEX triplet: DB, 2A and 75. RGB value is (219,42,117). Sum of RGB (Red+Green+Blue) = 219+42+117=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2A75 is #24D58A. Grayscale: #676767. Windows color (decimal): -2413963 or 7678683. OLE color: 7678683.
HSL color Cylindrical-coordinate representation of color #DB2A75: hue angle of 334.58º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2A75 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 117 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.14 |
| HSL | 334.58º | 0.71% | 0.51% | - |
| HSV(B) | 334.58º | 0.81% | 0.86% | - |
| XYZ | 33.25 | 18 | 18.55 | - |
| YUV | 103.47 | 135.64 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 117 | 0 | 0.81 | 0.47 | 0.14 | 334.58 | 0.71 | 0.51 |
| Hex | DB | 2A | 75 | 0 | 51 | 2F | E | 14F | 47 | 33 |
| Octal | 333 | 52 | 165 | 0 | 121 | 57 | 16 | 517 | 107 | 63 |
| Binary | 11011011 | 101010 | 1110101 | 0 | 1010001 | 101111 | 1110 | 101001111 | 1000111 | 110011 |
Color Harmonies of #DB2A75
Complementary color
Monochromatic Colors of #DB2A75
Black with #DB2A75
Text Example
Text Example
White with #DB2A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A75; }
p { color: rgb(219,42,117); }
H1.HeaderClassName
{
color: #DB2A75;
}
.AnyTagClassName
{
color: #DB2A75;
}
</style>
background-color css
<style>
a { background-color: #DB2A75; }
a { background-color: rgb(219,42,117); }
div.DivClassName
{
background-color: #DB2A75;
}
.BgClassName
{
background-color: #DB2A75;
}
</style>
border-color css
<style>
span { border-color: #DB2A75; }
span { border-color: rgb(219,42,117); }
td.TdClassName
{
border-color: #DB2A75;
}
.TagClassName
{
border-color: #DB2A75;
}
</style>