Shades of Deep Cerise #DF3885
Tints of Deep Cerise #DF3885
RGB
CMYK
RGB Variations
Color information
#DF3885 (or 0xDF3885) is known color: Deep Cerise. HEX triplet: DF, 38 and 85. RGB value is (223,56,133). Sum of RGB (Red+Green+Blue) = 223+56+133=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3885 is #20C77A. Grayscale: #727272. Windows color (decimal): -2148219 or 8730847. OLE color: 8730847.
HSL color Cylindrical-coordinate representation of color #DF3885: hue angle of 332.34º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF3885 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 133 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.13 |
| HSL | 332.34º | 0.72% | 0.55% | - |
| HSV(B) | 332.34º | 0.75% | 0.87% | - |
| XYZ | 36.08 | 20.21 | 24.19 | - |
| YUV | 114.71 | 138.33 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 133 | 0 | 0.75 | 0.40 | 0.13 | 332.34 | 0.72 | 0.55 |
| Hex | DF | 38 | 85 | 0 | 4B | 28 | D | 14C | 48 | 37 |
| Octal | 337 | 70 | 205 | 0 | 113 | 50 | 15 | 514 | 110 | 67 |
| Binary | 11011111 | 111000 | 10000101 | 0 | 1001011 | 101000 | 1101 | 101001100 | 1001000 | 110111 |
Color Harmonies of #DF3885
Complementary color
Monochromatic Colors of #DF3885
Black with #DF3885
Text Example
Text Example
White with #DF3885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3885; }
p { color: rgb(223,56,133); }
H1.HeaderClassName
{
color: #DF3885;
}
.AnyTagClassName
{
color: #DF3885;
}
</style>
background-color css
<style>
a { background-color: #DF3885; }
a { background-color: rgb(223,56,133); }
div.DivClassName
{
background-color: #DF3885;
}
.BgClassName
{
background-color: #DF3885;
}
</style>
border-color css
<style>
span { border-color: #DF3885; }
span { border-color: rgb(223,56,133); }
td.TdClassName
{
border-color: #DF3885;
}
.TagClassName
{
border-color: #DF3885;
}
</style>