Shades of Deep Cerise #DB4385
Tints of Deep Cerise #DB4385
RGB
CMYK
RGB Variations
Color information
#DB4385 (or 0xDB4385) is known color: Deep Cerise. HEX triplet: DB, 43 and 85. RGB value is (219,67,133). Sum of RGB (Red+Green+Blue) = 219+67+133=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4385 is #24BC7A. Grayscale: #777777. Windows color (decimal): -2407547 or 8733659. OLE color: 8733659.
HSL color Cylindrical-coordinate representation of color #DB4385: hue angle of 333.95º 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 #DB4385 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 133 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.14 |
| HSL | 333.95º | 0.68% | 0.56% | - |
| HSV(B) | 333.95º | 0.69% | 0.86% | - |
| XYZ | 35.45 | 20.77 | 24.33 | - |
| YUV | 119.97 | 135.36 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 133 | 0 | 0.69 | 0.39 | 0.14 | 333.95 | 0.68 | 0.56 |
| Hex | DB | 43 | 85 | 0 | 45 | 27 | E | 14E | 44 | 38 |
| Octal | 333 | 103 | 205 | 0 | 105 | 47 | 16 | 516 | 104 | 70 |
| Binary | 11011011 | 1000011 | 10000101 | 0 | 1000101 | 100111 | 1110 | 101001110 | 1000100 | 111000 |
Color Harmonies of #DB4385
Complementary color
Monochromatic Colors of #DB4385
Black with #DB4385
Text Example
Text Example
White with #DB4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4385; }
p { color: rgb(219,67,133); }
H1.HeaderClassName
{
color: #DB4385;
}
.AnyTagClassName
{
color: #DB4385;
}
</style>
background-color css
<style>
a { background-color: #DB4385; }
a { background-color: rgb(219,67,133); }
div.DivClassName
{
background-color: #DB4385;
}
.BgClassName
{
background-color: #DB4385;
}
</style>
border-color css
<style>
span { border-color: #DB4385; }
span { border-color: rgb(219,67,133); }
td.TdClassName
{
border-color: #DB4385;
}
.TagClassName
{
border-color: #DB4385;
}
</style>