Shades of Deep Cerise #DF4991
Tints of Deep Cerise #DF4991
RGB
CMYK
RGB Variations
Color information
#DF4991 (or 0xDF4991) is known color: Deep Cerise. HEX triplet: DF, 49 and 91. RGB value is (223,73,145). Sum of RGB (Red+Green+Blue) = 223+73+145=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4991 is #20B66E. Grayscale: #7D7D7D. Windows color (decimal): -2143855 or 9521631. OLE color: 9521631.
HSL color Cylindrical-coordinate representation of color #DF4991: hue angle of 331.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4991 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 145 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.13 |
| HSL | 331.2º | 0.7% | 0.58% | - |
| HSV(B) | 331.2º | 0.67% | 0.87% | - |
| XYZ | 37.92 | 22.5 | 29.13 | - |
| YUV | 126.06 | 138.7 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 145 | 0 | 0.67 | 0.35 | 0.13 | 331.2 | 0.7 | 0.58 |
| Hex | DF | 49 | 91 | 0 | 43 | 23 | D | 14B | 46 | 3A |
| Octal | 337 | 111 | 221 | 0 | 103 | 43 | 15 | 513 | 106 | 72 |
| Binary | 11011111 | 1001001 | 10010001 | 0 | 1000011 | 100011 | 1101 | 101001011 | 1000110 | 111010 |
Color Harmonies of #DF4991
Complementary color
Monochromatic Colors of #DF4991
Black with #DF4991
Text Example
Text Example
White with #DF4991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4991; }
p { color: rgb(223,73,145); }
H1.HeaderClassName
{
color: #DF4991;
}
.AnyTagClassName
{
color: #DF4991;
}
</style>
background-color css
<style>
a { background-color: #DF4991; }
a { background-color: rgb(223,73,145); }
div.DivClassName
{
background-color: #DF4991;
}
.BgClassName
{
background-color: #DF4991;
}
</style>
border-color css
<style>
span { border-color: #DF4991; }
span { border-color: rgb(223,73,145); }
td.TdClassName
{
border-color: #DF4991;
}
.TagClassName
{
border-color: #DF4991;
}
</style>