Shades of Deep Cerise #DB4395
Tints of Deep Cerise #DB4395
RGB
CMYK
RGB Variations
Color information
#DB4395 (or 0xDB4395) is known color: Deep Cerise. HEX triplet: DB, 43 and 95. RGB value is (219,67,149). Sum of RGB (Red+Green+Blue) = 219+67+149=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4395 is #24BC6A. Grayscale: #797979. Windows color (decimal): -2407531 or 9782235. OLE color: 9782235.
HSL color Cylindrical-coordinate representation of color #DB4395: hue angle of 327.63º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4395 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 149 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.14 |
| HSL | 327.63º | 0.68% | 0.56% | - |
| HSV(B) | 327.63º | 0.69% | 0.86% | - |
| XYZ | 36.65 | 21.24 | 30.6 | - |
| YUV | 121.8 | 143.36 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 149 | 0 | 0.69 | 0.32 | 0.14 | 327.63 | 0.68 | 0.56 |
| Hex | DB | 43 | 95 | 0 | 45 | 20 | E | 148 | 44 | 38 |
| Octal | 333 | 103 | 225 | 0 | 105 | 40 | 16 | 510 | 104 | 70 |
| Binary | 11011011 | 1000011 | 10010101 | 0 | 1000101 | 100000 | 1110 | 101001000 | 1000100 | 111000 |
Color Harmonies of #DB4395
Complementary color
Monochromatic Colors of #DB4395
Black with #DB4395
Text Example
Text Example
White with #DB4395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4395; }
p { color: rgb(219,67,149); }
H1.HeaderClassName
{
color: #DB4395;
}
.AnyTagClassName
{
color: #DB4395;
}
</style>
background-color css
<style>
a { background-color: #DB4395; }
a { background-color: rgb(219,67,149); }
div.DivClassName
{
background-color: #DB4395;
}
.BgClassName
{
background-color: #DB4395;
}
</style>
border-color css
<style>
span { border-color: #DB4395; }
span { border-color: rgb(219,67,149); }
td.TdClassName
{
border-color: #DB4395;
}
.TagClassName
{
border-color: #DB4395;
}
</style>