Shades of Deep Cerise #DF3895
Tints of Deep Cerise #DF3895
RGB
CMYK
RGB Variations
Color information
#DF3895 (or 0xDF3895) is known color: Deep Cerise. HEX triplet: DF, 38 and 95. RGB value is (223,56,149). Sum of RGB (Red+Green+Blue) = 223+56+149=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3895 is #20C76A. Grayscale: #747474. Windows color (decimal): -2148203 or 9779423. OLE color: 9779423.
HSL color Cylindrical-coordinate representation of color #DF3895: hue angle of 326.59º 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 #DF3895 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 149 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.13 |
| HSL | 326.59º | 0.72% | 0.55% | - |
| HSV(B) | 326.59º | 0.75% | 0.87% | - |
| XYZ | 37.27 | 20.69 | 30.46 | - |
| YUV | 116.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 149 | 0 | 0.75 | 0.33 | 0.13 | 326.59 | 0.72 | 0.55 |
| Hex | DF | 38 | 95 | 0 | 4B | 21 | D | 147 | 48 | 37 |
| Octal | 337 | 70 | 225 | 0 | 113 | 41 | 15 | 507 | 110 | 67 |
| Binary | 11011111 | 111000 | 10010101 | 0 | 1001011 | 100001 | 1101 | 101000111 | 1001000 | 110111 |
Color Harmonies of #DF3895
Complementary color
Monochromatic Colors of #DF3895
Black with #DF3895
Text Example
Text Example
White with #DF3895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3895; }
p { color: rgb(223,56,149); }
H1.HeaderClassName
{
color: #DF3895;
}
.AnyTagClassName
{
color: #DF3895;
}
</style>
background-color css
<style>
a { background-color: #DF3895; }
a { background-color: rgb(223,56,149); }
div.DivClassName
{
background-color: #DF3895;
}
.BgClassName
{
background-color: #DF3895;
}
</style>
border-color css
<style>
span { border-color: #DF3895; }
span { border-color: rgb(223,56,149); }
td.TdClassName
{
border-color: #DF3895;
}
.TagClassName
{
border-color: #DF3895;
}
</style>