Shades of Deep Cerise #DF4285
Tints of Deep Cerise #DF4285
RGB
CMYK
RGB Variations
Color information
#DF4285 (or 0xDF4285) is known color: Deep Cerise. HEX triplet: DF, 42 and 85. RGB value is (223,66,133). Sum of RGB (Red+Green+Blue) = 223+66+133=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4285 is #20BD7A. Grayscale: #787878. Windows color (decimal): -2145659 or 8733407. OLE color: 8733407.
HSL color Cylindrical-coordinate representation of color #DF4285: hue angle of 334.39º 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 #DF4285 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 133 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.13 |
| HSL | 334.39º | 0.71% | 0.57% | - |
| HSV(B) | 334.39º | 0.7% | 0.87% | - |
| XYZ | 36.61 | 21.28 | 24.37 | - |
| YUV | 120.58 | 135.01 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 133 | 0 | 0.70 | 0.40 | 0.13 | 334.39 | 0.71 | 0.57 |
| Hex | DF | 42 | 85 | 0 | 46 | 28 | D | 14E | 47 | 39 |
| Octal | 337 | 102 | 205 | 0 | 106 | 50 | 15 | 516 | 107 | 71 |
| Binary | 11011111 | 1000010 | 10000101 | 0 | 1000110 | 101000 | 1101 | 101001110 | 1000111 | 111001 |
Color Harmonies of #DF4285
Complementary color
Monochromatic Colors of #DF4285
Black with #DF4285
Text Example
Text Example
White with #DF4285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4285; }
p { color: rgb(223,66,133); }
H1.HeaderClassName
{
color: #DF4285;
}
.AnyTagClassName
{
color: #DF4285;
}
</style>
background-color css
<style>
a { background-color: #DF4285; }
a { background-color: rgb(223,66,133); }
div.DivClassName
{
background-color: #DF4285;
}
.BgClassName
{
background-color: #DF4285;
}
</style>
border-color css
<style>
span { border-color: #DF4285; }
span { border-color: rgb(223,66,133); }
td.TdClassName
{
border-color: #DF4285;
}
.TagClassName
{
border-color: #DF4285;
}
</style>