Shades of Deep Cerise #DF4298
Tints of Deep Cerise #DF4298
RGB
CMYK
RGB Variations
Color information
#DF4298 (or 0xDF4298) is known color: Deep Cerise. HEX triplet: DF, 42 and 98. RGB value is (223,66,152). Sum of RGB (Red+Green+Blue) = 223+66+152=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4298 is #20BD67. Grayscale: #7A7A7A. Windows color (decimal): -2145640 or 9978591. OLE color: 9978591.
HSL color Cylindrical-coordinate representation of color #DF4298: hue angle of 327.13º 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 #DF4298 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 152 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.13 |
| HSL | 327.13º | 0.71% | 0.57% | - |
| HSV(B) | 327.13º | 0.7% | 0.87% | - |
| XYZ | 38.05 | 21.85 | 31.92 | - |
| YUV | 122.75 | 144.51 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 152 | 0 | 0.70 | 0.32 | 0.13 | 327.13 | 0.71 | 0.57 |
| Hex | DF | 42 | 98 | 0 | 46 | 20 | D | 147 | 47 | 39 |
| Octal | 337 | 102 | 230 | 0 | 106 | 40 | 15 | 507 | 107 | 71 |
| Binary | 11011111 | 1000010 | 10011000 | 0 | 1000110 | 100000 | 1101 | 101000111 | 1000111 | 111001 |
Color Harmonies of #DF4298
Complementary color
Monochromatic Colors of #DF4298
Black with #DF4298
Text Example
Text Example
White with #DF4298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4298; }
p { color: rgb(223,66,152); }
H1.HeaderClassName
{
color: #DF4298;
}
.AnyTagClassName
{
color: #DF4298;
}
</style>
background-color css
<style>
a { background-color: #DF4298; }
a { background-color: rgb(223,66,152); }
div.DivClassName
{
background-color: #DF4298;
}
.BgClassName
{
background-color: #DF4298;
}
</style>
border-color css
<style>
span { border-color: #DF4298; }
span { border-color: rgb(223,66,152); }
td.TdClassName
{
border-color: #DF4298;
}
.TagClassName
{
border-color: #DF4298;
}
</style>