Shades of Deep Cerise #DF4896
Tints of Deep Cerise #DF4896
RGB
CMYK
RGB Variations
Color information
#DF4896 (or 0xDF4896) is known color: Deep Cerise. HEX triplet: DF, 48 and 96. RGB value is (223,72,150). Sum of RGB (Red+Green+Blue) = 223+72+150=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4896 is #20B769. Grayscale: #7D7D7D. Windows color (decimal): -2144106 or 9849055. OLE color: 9849055.
HSL color Cylindrical-coordinate representation of color #DF4896: hue angle of 329.01º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF4896 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 150 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.13 |
| HSL | 329.01º | 0.7% | 0.58% | - |
| HSV(B) | 329.01º | 0.68% | 0.87% | - |
| XYZ | 38.25 | 22.52 | 31.19 | - |
| YUV | 126.04 | 141.53 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 150 | 0 | 0.68 | 0.33 | 0.13 | 329.01 | 0.7 | 0.58 |
| Hex | DF | 48 | 96 | 0 | 44 | 21 | D | 149 | 46 | 3A |
| Octal | 337 | 110 | 226 | 0 | 104 | 41 | 15 | 511 | 106 | 72 |
| Binary | 11011111 | 1001000 | 10010110 | 0 | 1000100 | 100001 | 1101 | 101001001 | 1000110 | 111010 |
Color Harmonies of #DF4896
Complementary color
Monochromatic Colors of #DF4896
Black with #DF4896
Text Example
Text Example
White with #DF4896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4896; }
p { color: rgb(223,72,150); }
H1.HeaderClassName
{
color: #DF4896;
}
.AnyTagClassName
{
color: #DF4896;
}
</style>
background-color css
<style>
a { background-color: #DF4896; }
a { background-color: rgb(223,72,150); }
div.DivClassName
{
background-color: #DF4896;
}
.BgClassName
{
background-color: #DF4896;
}
</style>
border-color css
<style>
span { border-color: #DF4896; }
span { border-color: rgb(223,72,150); }
td.TdClassName
{
border-color: #DF4896;
}
.TagClassName
{
border-color: #DF4896;
}
</style>