Shades of Deep Cerise #DB358F
Tints of Deep Cerise #DB358F
RGB
CMYK
RGB Variations
Color information
#DB358F (or 0xDB358F) is known color: Deep Cerise. HEX triplet: DB, 35 and 8F. RGB value is (219,53,143). Sum of RGB (Red+Green+Blue) = 219+53+143=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB358F is #24CA70. Grayscale: #707070. Windows color (decimal): -2411121 or 9385435. OLE color: 9385435.
HSL color Cylindrical-coordinate representation of color #DB358F: hue angle of 327.47º 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 #DB358F is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 143 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.14 |
| HSL | 327.47º | 0.7% | 0.53% | - |
| HSV(B) | 327.47º | 0.76% | 0.86% | - |
| XYZ | 35.44 | 19.59 | 27.9 | - |
| YUV | 112.89 | 145 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 143 | 0 | 0.76 | 0.35 | 0.14 | 327.47 | 0.7 | 0.53 |
| Hex | DB | 35 | 8F | 0 | 4C | 23 | E | 147 | 46 | 35 |
| Octal | 333 | 65 | 217 | 0 | 114 | 43 | 16 | 507 | 106 | 65 |
| Binary | 11011011 | 110101 | 10001111 | 0 | 1001100 | 100011 | 1110 | 101000111 | 1000110 | 110101 |
Color Harmonies of #DB358F
Complementary color
Monochromatic Colors of #DB358F
Black with #DB358F
Text Example
Text Example
White with #DB358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB358F; }
p { color: rgb(219,53,143); }
H1.HeaderClassName
{
color: #DB358F;
}
.AnyTagClassName
{
color: #DB358F;
}
</style>
background-color css
<style>
a { background-color: #DB358F; }
a { background-color: rgb(219,53,143); }
div.DivClassName
{
background-color: #DB358F;
}
.BgClassName
{
background-color: #DB358F;
}
</style>
border-color css
<style>
span { border-color: #DB358F; }
span { border-color: rgb(219,53,143); }
td.TdClassName
{
border-color: #DB358F;
}
.TagClassName
{
border-color: #DB358F;
}
</style>