Shades of Deep Cerise #DF3C85
Tints of Deep Cerise #DF3C85
RGB
CMYK
RGB Variations
Color information
#DF3C85 (or 0xDF3C85) is known color: Deep Cerise. HEX triplet: DF, 3C and 85. RGB value is (223,60,133). Sum of RGB (Red+Green+Blue) = 223+60+133=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3C85 is #20C37A. Grayscale: #747474. Windows color (decimal): -2147195 or 8731871. OLE color: 8731871.
HSL color Cylindrical-coordinate representation of color #DF3C85: hue angle of 333.13º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3C85 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 133 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.13 |
| HSL | 333.13º | 0.72% | 0.55% | - |
| HSV(B) | 333.13º | 0.73% | 0.87% | - |
| XYZ | 36.28 | 20.61 | 24.26 | - |
| YUV | 117.06 | 137 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 133 | 0 | 0.73 | 0.40 | 0.13 | 333.13 | 0.72 | 0.55 |
| Hex | DF | 3C | 85 | 0 | 49 | 28 | D | 14D | 48 | 37 |
| Octal | 337 | 74 | 205 | 0 | 111 | 50 | 15 | 515 | 110 | 67 |
| Binary | 11011111 | 111100 | 10000101 | 0 | 1001001 | 101000 | 1101 | 101001101 | 1001000 | 110111 |
Color Harmonies of #DF3C85
Complementary color
Monochromatic Colors of #DF3C85
Black with #DF3C85
Text Example
Text Example
White with #DF3C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3C85; }
p { color: rgb(223,60,133); }
H1.HeaderClassName
{
color: #DF3C85;
}
.AnyTagClassName
{
color: #DF3C85;
}
</style>
background-color css
<style>
a { background-color: #DF3C85; }
a { background-color: rgb(223,60,133); }
div.DivClassName
{
background-color: #DF3C85;
}
.BgClassName
{
background-color: #DF3C85;
}
</style>
border-color css
<style>
span { border-color: #DF3C85; }
span { border-color: rgb(223,60,133); }
td.TdClassName
{
border-color: #DF3C85;
}
.TagClassName
{
border-color: #DF3C85;
}
</style>