Shades of Deep Cerise #DB4694
Tints of Deep Cerise #DB4694
RGB
CMYK
RGB Variations
Color information
#DB4694 (or 0xDB4694) is known color: Deep Cerise. HEX triplet: DB, 46 and 94. RGB value is (219,70,148). Sum of RGB (Red+Green+Blue) = 219+70+148=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4694 is #24B96B. Grayscale: #7B7B7B. Windows color (decimal): -2406764 or 9717467. OLE color: 9717467.
HSL color Cylindrical-coordinate representation of color #DB4694: hue angle of 328.59º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4694 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 148 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.14 |
| HSL | 328.59º | 0.67% | 0.57% | - |
| HSV(B) | 328.59º | 0.68% | 0.86% | - |
| XYZ | 36.75 | 21.58 | 30.25 | - |
| YUV | 123.44 | 141.86 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 148 | 0 | 0.68 | 0.32 | 0.14 | 328.59 | 0.67 | 0.57 |
| Hex | DB | 46 | 94 | 0 | 44 | 20 | E | 149 | 43 | 39 |
| Octal | 333 | 106 | 224 | 0 | 104 | 40 | 16 | 511 | 103 | 71 |
| Binary | 11011011 | 1000110 | 10010100 | 0 | 1000100 | 100000 | 1110 | 101001001 | 1000011 | 111001 |
Color Harmonies of #DB4694
Complementary color
Monochromatic Colors of #DB4694
Black with #DB4694
Text Example
Text Example
White with #DB4694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4694; }
p { color: rgb(219,70,148); }
H1.HeaderClassName
{
color: #DB4694;
}
.AnyTagClassName
{
color: #DB4694;
}
</style>
background-color css
<style>
a { background-color: #DB4694; }
a { background-color: rgb(219,70,148); }
div.DivClassName
{
background-color: #DB4694;
}
.BgClassName
{
background-color: #DB4694;
}
</style>
border-color css
<style>
span { border-color: #DB4694; }
span { border-color: rgb(219,70,148); }
td.TdClassName
{
border-color: #DB4694;
}
.TagClassName
{
border-color: #DB4694;
}
</style>