Shades of Deep Cerise #DF4090
Tints of Deep Cerise #DF4090
RGB
CMYK
RGB Variations
Color information
#DF4090 (or 0xDF4090) is known color: Deep Cerise. HEX triplet: DF, 40 and 90. RGB value is (223,64,144). Sum of RGB (Red+Green+Blue) = 223+64+144=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4090 is #20BF6F. Grayscale: #787878. Windows color (decimal): -2146160 or 9453791. OLE color: 9453791.
HSL color Cylindrical-coordinate representation of color #DF4090: hue angle of 329.81º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4090 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 144 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.13 |
| HSL | 329.81º | 0.71% | 0.56% | - |
| HSV(B) | 329.81º | 0.71% | 0.87% | - |
| XYZ | 37.3 | 21.37 | 28.54 | - |
| YUV | 120.66 | 141.18 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 144 | 0 | 0.71 | 0.35 | 0.13 | 329.81 | 0.71 | 0.56 |
| Hex | DF | 40 | 90 | 0 | 47 | 23 | D | 14A | 47 | 38 |
| Octal | 337 | 100 | 220 | 0 | 107 | 43 | 15 | 512 | 107 | 70 |
| Binary | 11011111 | 1000000 | 10010000 | 0 | 1000111 | 100011 | 1101 | 101001010 | 1000111 | 111000 |
Color Harmonies of #DF4090
Complementary color
Monochromatic Colors of #DF4090
Black with #DF4090
Text Example
Text Example
White with #DF4090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4090; }
p { color: rgb(223,64,144); }
H1.HeaderClassName
{
color: #DF4090;
}
.AnyTagClassName
{
color: #DF4090;
}
</style>
background-color css
<style>
a { background-color: #DF4090; }
a { background-color: rgb(223,64,144); }
div.DivClassName
{
background-color: #DF4090;
}
.BgClassName
{
background-color: #DF4090;
}
</style>
border-color css
<style>
span { border-color: #DF4090; }
span { border-color: rgb(223,64,144); }
td.TdClassName
{
border-color: #DF4090;
}
.TagClassName
{
border-color: #DF4090;
}
</style>