Shades of Deep Cerise #DF3886
Tints of Deep Cerise #DF3886
RGB
CMYK
RGB Variations
Color information
#DF3886 (or 0xDF3886) is known color: Deep Cerise. HEX triplet: DF, 38 and 86. RGB value is (223,56,134). Sum of RGB (Red+Green+Blue) = 223+56+134=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3886 is #20C779. Grayscale: #727272. Windows color (decimal): -2148218 or 8796383. OLE color: 8796383.
HSL color Cylindrical-coordinate representation of color #DF3886: hue angle of 331.98º 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 #DF3886 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 134 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.13 |
| HSL | 331.98º | 0.72% | 0.55% | - |
| HSV(B) | 331.98º | 0.75% | 0.87% | - |
| XYZ | 36.15 | 20.24 | 24.56 | - |
| YUV | 114.83 | 138.83 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 134 | 0 | 0.75 | 0.40 | 0.13 | 331.98 | 0.72 | 0.55 |
| Hex | DF | 38 | 86 | 0 | 4B | 28 | D | 14C | 48 | 37 |
| Octal | 337 | 70 | 206 | 0 | 113 | 50 | 15 | 514 | 110 | 67 |
| Binary | 11011111 | 111000 | 10000110 | 0 | 1001011 | 101000 | 1101 | 101001100 | 1001000 | 110111 |
Color Harmonies of #DF3886
Complementary color
Monochromatic Colors of #DF3886
Black with #DF3886
Text Example
Text Example
White with #DF3886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3886; }
p { color: rgb(223,56,134); }
H1.HeaderClassName
{
color: #DF3886;
}
.AnyTagClassName
{
color: #DF3886;
}
</style>
background-color css
<style>
a { background-color: #DF3886; }
a { background-color: rgb(223,56,134); }
div.DivClassName
{
background-color: #DF3886;
}
.BgClassName
{
background-color: #DF3886;
}
</style>
border-color css
<style>
span { border-color: #DF3886; }
span { border-color: rgb(223,56,134); }
td.TdClassName
{
border-color: #DF3886;
}
.TagClassName
{
border-color: #DF3886;
}
</style>