Shades of Deep Cerise #DF3189
Tints of Deep Cerise #DF3189
RGB
CMYK
RGB Variations
Color information
#DF3189 (or 0xDF3189) is known color: Deep Cerise. HEX triplet: DF, 31 and 89. RGB value is (223,49,137). Sum of RGB (Red+Green+Blue) = 223+49+137=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3189 is #20CE76. Grayscale: #6E6E6E. Windows color (decimal): -2150007 or 8991199. OLE color: 8991199.
HSL color Cylindrical-coordinate representation of color #DF3189: hue angle of 329.66º 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 #DF3189 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 137 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.13 |
| HSL | 329.66º | 0.73% | 0.53% | - |
| HSV(B) | 329.66º | 0.78% | 0.87% | - |
| XYZ | 36.05 | 19.69 | 25.57 | - |
| YUV | 111.06 | 142.65 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 137 | 0 | 0.78 | 0.39 | 0.13 | 329.66 | 0.73 | 0.53 |
| Hex | DF | 31 | 89 | 0 | 4E | 27 | D | 14A | 49 | 35 |
| Octal | 337 | 61 | 211 | 0 | 116 | 47 | 15 | 512 | 111 | 65 |
| Binary | 11011111 | 110001 | 10001001 | 0 | 1001110 | 100111 | 1101 | 101001010 | 1001001 | 110101 |
Color Harmonies of #DF3189
Complementary color
Monochromatic Colors of #DF3189
Black with #DF3189
Text Example
Text Example
White with #DF3189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3189; }
p { color: rgb(223,49,137); }
H1.HeaderClassName
{
color: #DF3189;
}
.AnyTagClassName
{
color: #DF3189;
}
</style>
background-color css
<style>
a { background-color: #DF3189; }
a { background-color: rgb(223,49,137); }
div.DivClassName
{
background-color: #DF3189;
}
.BgClassName
{
background-color: #DF3189;
}
</style>
border-color css
<style>
span { border-color: #DF3189; }
span { border-color: rgb(223,49,137); }
td.TdClassName
{
border-color: #DF3189;
}
.TagClassName
{
border-color: #DF3189;
}
</style>