Shades of Deep Cerise #DB4384
Tints of Deep Cerise #DB4384
RGB
CMYK
RGB Variations
Color information
#DB4384 (or 0xDB4384) is known color: Deep Cerise. HEX triplet: DB, 43 and 84. RGB value is (219,67,132). Sum of RGB (Red+Green+Blue) = 219+67+132=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4384 is #24BC7B. Grayscale: #777777. Windows color (decimal): -2407548 or 8668123. OLE color: 8668123.
HSL color Cylindrical-coordinate representation of color #DB4384: hue angle of 334.34º 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 #DB4384 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 132 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.14 |
| HSL | 334.34º | 0.68% | 0.56% | - |
| HSV(B) | 334.34º | 0.69% | 0.86% | - |
| XYZ | 35.39 | 20.74 | 23.97 | - |
| YUV | 119.86 | 134.86 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 132 | 0 | 0.69 | 0.40 | 0.14 | 334.34 | 0.68 | 0.56 |
| Hex | DB | 43 | 84 | 0 | 45 | 28 | E | 14E | 44 | 38 |
| Octal | 333 | 103 | 204 | 0 | 105 | 50 | 16 | 516 | 104 | 70 |
| Binary | 11011011 | 1000011 | 10000100 | 0 | 1000101 | 101000 | 1110 | 101001110 | 1000100 | 111000 |
Color Harmonies of #DB4384
Complementary color
Monochromatic Colors of #DB4384
Black with #DB4384
Text Example
Text Example
White with #DB4384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4384; }
p { color: rgb(219,67,132); }
H1.HeaderClassName
{
color: #DB4384;
}
.AnyTagClassName
{
color: #DB4384;
}
</style>
background-color css
<style>
a { background-color: #DB4384; }
a { background-color: rgb(219,67,132); }
div.DivClassName
{
background-color: #DB4384;
}
.BgClassName
{
background-color: #DB4384;
}
</style>
border-color css
<style>
span { border-color: #DB4384; }
span { border-color: rgb(219,67,132); }
td.TdClassName
{
border-color: #DB4384;
}
.TagClassName
{
border-color: #DB4384;
}
</style>