Shades of Deep Cerise #DF4493
Tints of Deep Cerise #DF4493
RGB
CMYK
RGB Variations
Color information
#DF4493 (or 0xDF4493) is known color: Deep Cerise. HEX triplet: DF, 44 and 93. RGB value is (223,68,147). Sum of RGB (Red+Green+Blue) = 223+68+147=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4493 is #20BB6C. Grayscale: #7B7B7B. Windows color (decimal): -2145133 or 9651423. OLE color: 9651423.
HSL color Cylindrical-coordinate representation of color #DF4493: hue angle of 329.42º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4493 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 147 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.13 |
| HSL | 329.42º | 0.71% | 0.57% | - |
| HSV(B) | 329.42º | 0.7% | 0.87% | - |
| XYZ | 37.77 | 21.93 | 29.85 | - |
| YUV | 123.35 | 141.35 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 147 | 0 | 0.70 | 0.34 | 0.13 | 329.42 | 0.71 | 0.57 |
| Hex | DF | 44 | 93 | 0 | 46 | 22 | D | 149 | 47 | 39 |
| Octal | 337 | 104 | 223 | 0 | 106 | 42 | 15 | 511 | 107 | 71 |
| Binary | 11011111 | 1000100 | 10010011 | 0 | 1000110 | 100010 | 1101 | 101001001 | 1000111 | 111001 |
Color Harmonies of #DF4493
Complementary color
Monochromatic Colors of #DF4493
Black with #DF4493
Text Example
Text Example
White with #DF4493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4493; }
p { color: rgb(223,68,147); }
H1.HeaderClassName
{
color: #DF4493;
}
.AnyTagClassName
{
color: #DF4493;
}
</style>
background-color css
<style>
a { background-color: #DF4493; }
a { background-color: rgb(223,68,147); }
div.DivClassName
{
background-color: #DF4493;
}
.BgClassName
{
background-color: #DF4493;
}
</style>
border-color css
<style>
span { border-color: #DF4493; }
span { border-color: rgb(223,68,147); }
td.TdClassName
{
border-color: #DF4493;
}
.TagClassName
{
border-color: #DF4493;
}
</style>