Shades of Deep Cerise #DB358A
Tints of Deep Cerise #DB358A
RGB
CMYK
RGB Variations
Color information
#DB358A (or 0xDB358A) is known color: Deep Cerise. HEX triplet: DB, 35 and 8A. RGB value is (219,53,138). Sum of RGB (Red+Green+Blue) = 219+53+138=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB358A is #24CA75. Grayscale: #707070. Windows color (decimal): -2411126 or 9057755. OLE color: 9057755.
HSL color Cylindrical-coordinate representation of color #DB358A: hue angle of 329.28º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB358A is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 138 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.14 |
| HSL | 329.28º | 0.7% | 0.53% | - |
| HSV(B) | 329.28º | 0.76% | 0.86% | - |
| XYZ | 35.07 | 19.44 | 25.95 | - |
| YUV | 112.32 | 142.5 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 138 | 0 | 0.76 | 0.37 | 0.14 | 329.28 | 0.7 | 0.53 |
| Hex | DB | 35 | 8A | 0 | 4C | 25 | E | 149 | 46 | 35 |
| Octal | 333 | 65 | 212 | 0 | 114 | 45 | 16 | 511 | 106 | 65 |
| Binary | 11011011 | 110101 | 10001010 | 0 | 1001100 | 100101 | 1110 | 101001001 | 1000110 | 110101 |
Color Harmonies of #DB358A
Complementary color
Monochromatic Colors of #DB358A
Black with #DB358A
Text Example
Text Example
White with #DB358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB358A; }
p { color: rgb(219,53,138); }
H1.HeaderClassName
{
color: #DB358A;
}
.AnyTagClassName
{
color: #DB358A;
}
</style>
background-color css
<style>
a { background-color: #DB358A; }
a { background-color: rgb(219,53,138); }
div.DivClassName
{
background-color: #DB358A;
}
.BgClassName
{
background-color: #DB358A;
}
</style>
border-color css
<style>
span { border-color: #DB358A; }
span { border-color: rgb(219,53,138); }
td.TdClassName
{
border-color: #DB358A;
}
.TagClassName
{
border-color: #DB358A;
}
</style>