Shades of Deep Cerise #DF3389
Tints of Deep Cerise #DF3389
RGB
CMYK
RGB Variations
Color information
#DF3389 (or 0xDF3389) is known color: Deep Cerise. HEX triplet: DF, 33 and 89. RGB value is (223,51,137). Sum of RGB (Red+Green+Blue) = 223+51+137=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3389 is #20CC76. Grayscale: #707070. Windows color (decimal): -2149495 or 8991711. OLE color: 8991711.
HSL color Cylindrical-coordinate representation of color #DF3389: hue angle of 330º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF3389 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 137 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.13 |
| HSL | 330º | 0.73% | 0.54% | - |
| HSV(B) | 330º | 0.77% | 0.87% | - |
| XYZ | 36.13 | 19.86 | 25.6 | - |
| YUV | 112.23 | 141.98 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 137 | 0 | 0.77 | 0.39 | 0.13 | 330 | 0.73 | 0.54 |
| Hex | DF | 33 | 89 | 0 | 4D | 27 | D | 14A | 49 | 36 |
| Octal | 337 | 63 | 211 | 0 | 115 | 47 | 15 | 512 | 111 | 66 |
| Binary | 11011111 | 110011 | 10001001 | 0 | 1001101 | 100111 | 1101 | 101001010 | 1001001 | 110110 |
Color Harmonies of #DF3389
Complementary color
Monochromatic Colors of #DF3389
Black with #DF3389
Text Example
Text Example
White with #DF3389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3389; }
p { color: rgb(223,51,137); }
H1.HeaderClassName
{
color: #DF3389;
}
.AnyTagClassName
{
color: #DF3389;
}
</style>
background-color css
<style>
a { background-color: #DF3389; }
a { background-color: rgb(223,51,137); }
div.DivClassName
{
background-color: #DF3389;
}
.BgClassName
{
background-color: #DF3389;
}
</style>
border-color css
<style>
span { border-color: #DF3389; }
span { border-color: rgb(223,51,137); }
td.TdClassName
{
border-color: #DF3389;
}
.TagClassName
{
border-color: #DF3389;
}
</style>