Shades of Deep Cerise #DF3588
Tints of Deep Cerise #DF3588
RGB
CMYK
RGB Variations
Color information
#DF3588 (or 0xDF3588) is known color: Deep Cerise. HEX triplet: DF, 35 and 88. RGB value is (223,53,136). Sum of RGB (Red+Green+Blue) = 223+53+136=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3588 is #20CA77. Grayscale: #717171. Windows color (decimal): -2148984 or 8926687. OLE color: 8926687.
HSL color Cylindrical-coordinate representation of color #DF3588: hue angle of 330.71º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3588 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 136 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.13 |
| HSL | 330.71º | 0.73% | 0.54% | - |
| HSV(B) | 330.71º | 0.76% | 0.87% | - |
| XYZ | 36.15 | 20.01 | 25.25 | - |
| YUV | 113.29 | 140.82 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 136 | 0 | 0.76 | 0.39 | 0.13 | 330.71 | 0.73 | 0.54 |
| Hex | DF | 35 | 88 | 0 | 4C | 27 | D | 14B | 49 | 36 |
| Octal | 337 | 65 | 210 | 0 | 114 | 47 | 15 | 513 | 111 | 66 |
| Binary | 11011111 | 110101 | 10001000 | 0 | 1001100 | 100111 | 1101 | 101001011 | 1001001 | 110110 |
Color Harmonies of #DF3588
Complementary color
Monochromatic Colors of #DF3588
Black with #DF3588
Text Example
Text Example
White with #DF3588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3588; }
p { color: rgb(223,53,136); }
H1.HeaderClassName
{
color: #DF3588;
}
.AnyTagClassName
{
color: #DF3588;
}
</style>
background-color css
<style>
a { background-color: #DF3588; }
a { background-color: rgb(223,53,136); }
div.DivClassName
{
background-color: #DF3588;
}
.BgClassName
{
background-color: #DF3588;
}
</style>
border-color css
<style>
span { border-color: #DF3588; }
span { border-color: rgb(223,53,136); }
td.TdClassName
{
border-color: #DF3588;
}
.TagClassName
{
border-color: #DF3588;
}
</style>