Shades of Deep Cerise #DF4694
Tints of Deep Cerise #DF4694
RGB
CMYK
RGB Variations
Color information
#DF4694 (or 0xDF4694) is known color: Deep Cerise. HEX triplet: DF, 46 and 94. RGB value is (223,70,148). Sum of RGB (Red+Green+Blue) = 223+70+148=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4694 is #20B96B. Grayscale: #7C7C7C. Windows color (decimal): -2144620 or 9717471. OLE color: 9717471.
HSL color Cylindrical-coordinate representation of color #DF4694: hue angle of 329.41º 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 #DF4694 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 148 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.13 |
| HSL | 329.41º | 0.71% | 0.57% | - |
| HSV(B) | 329.41º | 0.69% | 0.87% | - |
| XYZ | 37.97 | 22.21 | 30.3 | - |
| YUV | 124.64 | 141.19 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 148 | 0 | 0.69 | 0.34 | 0.13 | 329.41 | 0.71 | 0.57 |
| Hex | DF | 46 | 94 | 0 | 45 | 22 | D | 149 | 47 | 39 |
| Octal | 337 | 106 | 224 | 0 | 105 | 42 | 15 | 511 | 107 | 71 |
| Binary | 11011111 | 1000110 | 10010100 | 0 | 1000101 | 100010 | 1101 | 101001001 | 1000111 | 111001 |
Color Harmonies of #DF4694
Complementary color
Monochromatic Colors of #DF4694
Black with #DF4694
Text Example
Text Example
White with #DF4694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4694; }
p { color: rgb(223,70,148); }
H1.HeaderClassName
{
color: #DF4694;
}
.AnyTagClassName
{
color: #DF4694;
}
</style>
background-color css
<style>
a { background-color: #DF4694; }
a { background-color: rgb(223,70,148); }
div.DivClassName
{
background-color: #DF4694;
}
.BgClassName
{
background-color: #DF4694;
}
</style>
border-color css
<style>
span { border-color: #DF4694; }
span { border-color: rgb(223,70,148); }
td.TdClassName
{
border-color: #DF4694;
}
.TagClassName
{
border-color: #DF4694;
}
</style>