Shades of Deep Cerise #DF3188
Tints of Deep Cerise #DF3188
RGB
CMYK
RGB Variations
Color information
#DF3188 (or 0xDF3188) is known color: Deep Cerise. HEX triplet: DF, 31 and 88. RGB value is (223,49,136). Sum of RGB (Red+Green+Blue) = 223+49+136=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3188 is #20CE77. Grayscale: #6E6E6E. Windows color (decimal): -2150008 or 8925663. OLE color: 8925663.
HSL color Cylindrical-coordinate representation of color #DF3188: hue angle of 330º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3188 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 136 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.13 |
| HSL | 330º | 0.73% | 0.53% | - |
| HSV(B) | 330º | 0.78% | 0.87% | - |
| XYZ | 35.97 | 19.66 | 25.19 | - |
| YUV | 110.94 | 142.15 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 136 | 0 | 0.78 | 0.39 | 0.13 | 330 | 0.73 | 0.53 |
| Hex | DF | 31 | 88 | 0 | 4E | 27 | D | 14A | 49 | 35 |
| Octal | 337 | 61 | 210 | 0 | 116 | 47 | 15 | 512 | 111 | 65 |
| Binary | 11011111 | 110001 | 10001000 | 0 | 1001110 | 100111 | 1101 | 101001010 | 1001001 | 110101 |
Color Harmonies of #DF3188
Complementary color
Monochromatic Colors of #DF3188
Black with #DF3188
Text Example
Text Example
White with #DF3188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3188; }
p { color: rgb(223,49,136); }
H1.HeaderClassName
{
color: #DF3188;
}
.AnyTagClassName
{
color: #DF3188;
}
</style>
background-color css
<style>
a { background-color: #DF3188; }
a { background-color: rgb(223,49,136); }
div.DivClassName
{
background-color: #DF3188;
}
.BgClassName
{
background-color: #DF3188;
}
</style>
border-color css
<style>
span { border-color: #DF3188; }
span { border-color: rgb(223,49,136); }
td.TdClassName
{
border-color: #DF3188;
}
.TagClassName
{
border-color: #DF3188;
}
</style>