Shades of Deep Cerise #DB29A5
Tints of Deep Cerise #DB29A5
RGB
CMYK
RGB Variations
Color information
#DB29A5 (or 0xDB29A5) is known color: Deep Cerise. HEX triplet: DB, 29 and A5. RGB value is (219,41,165). Sum of RGB (Red+Green+Blue) = 219+41+165=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB29A5 is #24D65A. Grayscale: #6C6C6C. Windows color (decimal): -2414171 or 10824155. OLE color: 10824155.
HSL color Cylindrical-coordinate representation of color #DB29A5: hue angle of 318.2º 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 #DB29A5 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 165 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.14 |
| HSL | 318.2º | 0.71% | 0.51% | - |
| HSV(B) | 318.2º | 0.81% | 0.86% | - |
| XYZ | 36.8 | 19.36 | 37.4 | - |
| YUV | 108.36 | 159.97 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 165 | 0 | 0.81 | 0.25 | 0.14 | 318.2 | 0.71 | 0.51 |
| Hex | DB | 29 | A5 | 0 | 51 | 19 | E | 13E | 47 | 33 |
| Octal | 333 | 51 | 245 | 0 | 121 | 31 | 16 | 476 | 107 | 63 |
| Binary | 11011011 | 101001 | 10100101 | 0 | 1010001 | 11001 | 1110 | 100111110 | 1000111 | 110011 |
Color Harmonies of #DB29A5
Complementary color
Monochromatic Colors of #DB29A5
Black with #DB29A5
Text Example
Text Example
White with #DB29A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29A5; }
p { color: rgb(219,41,165); }
H1.HeaderClassName
{
color: #DB29A5;
}
.AnyTagClassName
{
color: #DB29A5;
}
</style>
background-color css
<style>
a { background-color: #DB29A5; }
a { background-color: rgb(219,41,165); }
div.DivClassName
{
background-color: #DB29A5;
}
.BgClassName
{
background-color: #DB29A5;
}
</style>
border-color css
<style>
span { border-color: #DB29A5; }
span { border-color: rgb(219,41,165); }
td.TdClassName
{
border-color: #DB29A5;
}
.TagClassName
{
border-color: #DB29A5;
}
</style>