Shades of Deep Cerise #DF2F94
Tints of Deep Cerise #DF2F94
RGB
CMYK
RGB Variations
Color information
#DF2F94 (or 0xDF2F94) is known color: Deep Cerise. HEX triplet: DF, 2F and 94. RGB value is (223,47,148). Sum of RGB (Red+Green+Blue) = 223+47+148=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2F94 is #20D06B. Grayscale: #6E6E6E. Windows color (decimal): -2150508 or 9711583. OLE color: 9711583.
HSL color Cylindrical-coordinate representation of color #DF2F94: hue angle of 325.57º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2F94 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 47 | 148 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.13 |
| HSL | 325.57º | 0.73% | 0.53% | - |
| HSV(B) | 325.57º | 0.79% | 0.87% | - |
| XYZ | 36.79 | 19.86 | 29.91 | - |
| YUV | 111.14 | 148.81 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 148 | 0 | 0.79 | 0.34 | 0.13 | 325.57 | 0.73 | 0.53 |
| Hex | DF | 2F | 94 | 0 | 4F | 22 | D | 146 | 49 | 35 |
| Octal | 337 | 57 | 224 | 0 | 117 | 42 | 15 | 506 | 111 | 65 |
| Binary | 11011111 | 101111 | 10010100 | 0 | 1001111 | 100010 | 1101 | 101000110 | 1001001 | 110101 |
Color Harmonies of #DF2F94
Complementary color
Monochromatic Colors of #DF2F94
Black with #DF2F94
Text Example
Text Example
White with #DF2F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2F94; }
p { color: rgb(223,47,148); }
H1.HeaderClassName
{
color: #DF2F94;
}
.AnyTagClassName
{
color: #DF2F94;
}
</style>
background-color css
<style>
a { background-color: #DF2F94; }
a { background-color: rgb(223,47,148); }
div.DivClassName
{
background-color: #DF2F94;
}
.BgClassName
{
background-color: #DF2F94;
}
</style>
border-color css
<style>
span { border-color: #DF2F94; }
span { border-color: rgb(223,47,148); }
td.TdClassName
{
border-color: #DF2F94;
}
.TagClassName
{
border-color: #DF2F94;
}
</style>