Shades of Deep Cerise #DF289E
Tints of Deep Cerise #DF289E
RGB
CMYK
RGB Variations
Color information
#DF289E (or 0xDF289E) is known color: Deep Cerise. HEX triplet: DF, 28 and 9E. RGB value is (223,40,158). Sum of RGB (Red+Green+Blue) = 223+40+158=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF289E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF289E is #20D761. Grayscale: #6B6B6B. Windows color (decimal): -2152290 or 10365151. OLE color: 10365151.
HSL color Cylindrical-coordinate representation of color #DF289E: hue angle of 321.31º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF289E is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 158 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.13 |
| HSL | 321.31º | 0.74% | 0.52% | - |
| HSV(B) | 321.31º | 0.82% | 0.87% | - |
| XYZ | 37.36 | 19.67 | 34.18 | - |
| YUV | 108.17 | 156.13 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 158 | 0 | 0.82 | 0.29 | 0.13 | 321.31 | 0.74 | 0.52 |
| Hex | DF | 28 | 9E | 0 | 52 | 1D | D | 141 | 4A | 34 |
| Octal | 337 | 50 | 236 | 0 | 122 | 35 | 15 | 501 | 112 | 64 |
| Binary | 11011111 | 101000 | 10011110 | 0 | 1010010 | 11101 | 1101 | 101000001 | 1001010 | 110100 |
Color Harmonies of #DF289E
Complementary color
Monochromatic Colors of #DF289E
Black with #DF289E
Text Example
Text Example
White with #DF289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF289E; }
p { color: rgb(223,40,158); }
H1.HeaderClassName
{
color: #DF289E;
}
.AnyTagClassName
{
color: #DF289E;
}
</style>
background-color css
<style>
a { background-color: #DF289E; }
a { background-color: rgb(223,40,158); }
div.DivClassName
{
background-color: #DF289E;
}
.BgClassName
{
background-color: #DF289E;
}
</style>
border-color css
<style>
span { border-color: #DF289E; }
span { border-color: rgb(223,40,158); }
td.TdClassName
{
border-color: #DF289E;
}
.TagClassName
{
border-color: #DF289E;
}
</style>