Shades of Deep Cerise #DF4696
Tints of Deep Cerise #DF4696
RGB
CMYK
RGB Variations
Color information
#DF4696 (or 0xDF4696) is known color: Deep Cerise. HEX triplet: DF, 46 and 96. RGB value is (223,70,150). Sum of RGB (Red+Green+Blue) = 223+70+150=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4696 is #20B969. Grayscale: #7C7C7C. Windows color (decimal): -2144618 or 9848543. OLE color: 9848543.
HSL color Cylindrical-coordinate representation of color #DF4696: hue angle of 328.63º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF4696 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 150 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.13 |
| HSL | 328.63º | 0.71% | 0.57% | - |
| HSV(B) | 328.63º | 0.69% | 0.87% | - |
| XYZ | 38.13 | 22.27 | 31.14 | - |
| YUV | 124.87 | 142.19 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 150 | 0 | 0.69 | 0.33 | 0.13 | 328.63 | 0.71 | 0.57 |
| Hex | DF | 46 | 96 | 0 | 45 | 21 | D | 149 | 47 | 39 |
| Octal | 337 | 106 | 226 | 0 | 105 | 41 | 15 | 511 | 107 | 71 |
| Binary | 11011111 | 1000110 | 10010110 | 0 | 1000101 | 100001 | 1101 | 101001001 | 1000111 | 111001 |
Color Harmonies of #DF4696
Complementary color
Monochromatic Colors of #DF4696
Black with #DF4696
Text Example
Text Example
White with #DF4696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4696; }
p { color: rgb(223,70,150); }
H1.HeaderClassName
{
color: #DF4696;
}
.AnyTagClassName
{
color: #DF4696;
}
</style>
background-color css
<style>
a { background-color: #DF4696; }
a { background-color: rgb(223,70,150); }
div.DivClassName
{
background-color: #DF4696;
}
.BgClassName
{
background-color: #DF4696;
}
</style>
border-color css
<style>
span { border-color: #DF4696; }
span { border-color: rgb(223,70,150); }
td.TdClassName
{
border-color: #DF4696;
}
.TagClassName
{
border-color: #DF4696;
}
</style>