Shades of Deep Cerise #DB3194
Tints of Deep Cerise #DB3194
RGB
CMYK
RGB Variations
Color information
#DB3194 (or 0xDB3194) is known color: Deep Cerise. HEX triplet: DB, 31 and 94. RGB value is (219,49,148). Sum of RGB (Red+Green+Blue) = 219+49+148=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3194 is #24CE6B. Grayscale: #6E6E6E. Windows color (decimal): -2412140 or 9712091. OLE color: 9712091.
HSL color Cylindrical-coordinate representation of color #DB3194: hue angle of 325.06º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3194 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 148 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.14 |
| HSL | 325.06º | 0.7% | 0.53% | - |
| HSV(B) | 325.06º | 0.78% | 0.86% | - |
| XYZ | 35.66 | 19.39 | 29.88 | - |
| YUV | 111.12 | 148.82 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 148 | 0 | 0.78 | 0.32 | 0.14 | 325.06 | 0.7 | 0.53 |
| Hex | DB | 31 | 94 | 0 | 4E | 20 | E | 145 | 46 | 35 |
| Octal | 333 | 61 | 224 | 0 | 116 | 40 | 16 | 505 | 106 | 65 |
| Binary | 11011011 | 110001 | 10010100 | 0 | 1001110 | 100000 | 1110 | 101000101 | 1000110 | 110101 |
Color Harmonies of #DB3194
Complementary color
Monochromatic Colors of #DB3194
Black with #DB3194
Text Example
Text Example
White with #DB3194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3194; }
p { color: rgb(219,49,148); }
H1.HeaderClassName
{
color: #DB3194;
}
.AnyTagClassName
{
color: #DB3194;
}
</style>
background-color css
<style>
a { background-color: #DB3194; }
a { background-color: rgb(219,49,148); }
div.DivClassName
{
background-color: #DB3194;
}
.BgClassName
{
background-color: #DB3194;
}
</style>
border-color css
<style>
span { border-color: #DB3194; }
span { border-color: rgb(219,49,148); }
td.TdClassName
{
border-color: #DB3194;
}
.TagClassName
{
border-color: #DB3194;
}
</style>