Shades of Deep Cerise #DF3090
Tints of Deep Cerise #DF3090
RGB
CMYK
RGB Variations
Color information
#DF3090 (or 0xDF3090) is known color: Deep Cerise. HEX triplet: DF, 30 and 90. RGB value is (223,48,144). Sum of RGB (Red+Green+Blue) = 223+48+144=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3090 is #20CF6F. Grayscale: #6F6F6F. Windows color (decimal): -2150256 or 9449695. OLE color: 9449695.
HSL color Cylindrical-coordinate representation of color #DF3090: hue angle of 327.09º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3090 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 144 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.13 |
| HSL | 327.09º | 0.73% | 0.53% | - |
| HSV(B) | 327.09º | 0.78% | 0.87% | - |
| XYZ | 36.52 | 19.82 | 28.29 | - |
| YUV | 111.27 | 146.48 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 144 | 0 | 0.78 | 0.35 | 0.13 | 327.09 | 0.73 | 0.53 |
| Hex | DF | 30 | 90 | 0 | 4E | 23 | D | 147 | 49 | 35 |
| Octal | 337 | 60 | 220 | 0 | 116 | 43 | 15 | 507 | 111 | 65 |
| Binary | 11011111 | 110000 | 10010000 | 0 | 1001110 | 100011 | 1101 | 101000111 | 1001001 | 110101 |
Color Harmonies of #DF3090
Complementary color
Monochromatic Colors of #DF3090
Black with #DF3090
Text Example
Text Example
White with #DF3090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3090; }
p { color: rgb(223,48,144); }
H1.HeaderClassName
{
color: #DF3090;
}
.AnyTagClassName
{
color: #DF3090;
}
</style>
background-color css
<style>
a { background-color: #DF3090; }
a { background-color: rgb(223,48,144); }
div.DivClassName
{
background-color: #DF3090;
}
.BgClassName
{
background-color: #DF3090;
}
</style>
border-color css
<style>
span { border-color: #DF3090; }
span { border-color: rgb(223,48,144); }
td.TdClassName
{
border-color: #DF3090;
}
.TagClassName
{
border-color: #DF3090;
}
</style>