Shades of Deep Cerise #DF2989
Tints of Deep Cerise #DF2989
RGB
CMYK
RGB Variations
Color information
#DF2989 (or 0xDF2989) is known color: Deep Cerise. HEX triplet: DF, 29 and 89. RGB value is (223,41,137). Sum of RGB (Red+Green+Blue) = 223+41+137=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2989 is #20D676. Grayscale: #6A6A6A. Windows color (decimal): -2152055 or 8989151. OLE color: 8989151.
HSL color Cylindrical-coordinate representation of color #DF2989: hue angle of 328.35º 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 #DF2989 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 137 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.13 |
| HSL | 328.35º | 0.74% | 0.52% | - |
| HSV(B) | 328.35º | 0.82% | 0.87% | - |
| XYZ | 35.74 | 19.08 | 25.47 | - |
| YUV | 106.36 | 145.3 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 137 | 0 | 0.82 | 0.39 | 0.13 | 328.35 | 0.74 | 0.52 |
| Hex | DF | 29 | 89 | 0 | 52 | 27 | D | 148 | 4A | 34 |
| Octal | 337 | 51 | 211 | 0 | 122 | 47 | 15 | 510 | 112 | 64 |
| Binary | 11011111 | 101001 | 10001001 | 0 | 1010010 | 100111 | 1101 | 101001000 | 1001010 | 110100 |
Color Harmonies of #DF2989
Complementary color
Monochromatic Colors of #DF2989
Black with #DF2989
Text Example
Text Example
White with #DF2989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2989; }
p { color: rgb(223,41,137); }
H1.HeaderClassName
{
color: #DF2989;
}
.AnyTagClassName
{
color: #DF2989;
}
</style>
background-color css
<style>
a { background-color: #DF2989; }
a { background-color: rgb(223,41,137); }
div.DivClassName
{
background-color: #DF2989;
}
.BgClassName
{
background-color: #DF2989;
}
</style>
border-color css
<style>
span { border-color: #DF2989; }
span { border-color: rgb(223,41,137); }
td.TdClassName
{
border-color: #DF2989;
}
.TagClassName
{
border-color: #DF2989;
}
</style>