Shades of Deep Cerise #DF397D
Tints of Deep Cerise #DF397D
RGB
CMYK
RGB Variations
Color information
#DF397D (or 0xDF397D) is known color: Deep Cerise. HEX triplet: DF, 39 and 7D. RGB value is (223,57,125). Sum of RGB (Red+Green+Blue) = 223+57+125=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF397D is #20C682. Grayscale: #727272. Windows color (decimal): -2147971 or 8206815. OLE color: 8206815.
HSL color Cylindrical-coordinate representation of color #DF397D: hue angle of 335.42º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF397D is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 125 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.13 |
| HSL | 335.42º | 0.72% | 0.55% | - |
| HSV(B) | 335.42º | 0.74% | 0.87% | - |
| XYZ | 35.6 | 20.09 | 21.4 | - |
| YUV | 114.39 | 134 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 125 | 0 | 0.74 | 0.44 | 0.13 | 335.42 | 0.72 | 0.55 |
| Hex | DF | 39 | 7D | 0 | 4A | 2C | D | 14F | 48 | 37 |
| Octal | 337 | 71 | 175 | 0 | 112 | 54 | 15 | 517 | 110 | 67 |
| Binary | 11011111 | 111001 | 1111101 | 0 | 1001010 | 101100 | 1101 | 101001111 | 1001000 | 110111 |
Color Harmonies of #DF397D
Complementary color
Monochromatic Colors of #DF397D
Black with #DF397D
Text Example
Text Example
White with #DF397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF397D; }
p { color: rgb(223,57,125); }
H1.HeaderClassName
{
color: #DF397D;
}
.AnyTagClassName
{
color: #DF397D;
}
</style>
background-color css
<style>
a { background-color: #DF397D; }
a { background-color: rgb(223,57,125); }
div.DivClassName
{
background-color: #DF397D;
}
.BgClassName
{
background-color: #DF397D;
}
</style>
border-color css
<style>
span { border-color: #DF397D; }
span { border-color: rgb(223,57,125); }
td.TdClassName
{
border-color: #DF397D;
}
.TagClassName
{
border-color: #DF397D;
}
</style>