Shades of Deep Cerise #DF3E7D
Tints of Deep Cerise #DF3E7D
RGB
CMYK
RGB Variations
Color information
#DF3E7D (or 0xDF3E7D) is known color: Deep Cerise. HEX triplet: DF, 3E and 7D. RGB value is (223,62,125). Sum of RGB (Red+Green+Blue) = 223+62+125=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3E7D is #20C182. Grayscale: #757575. Windows color (decimal): -2146691 or 8208095. OLE color: 8208095.
HSL color Cylindrical-coordinate representation of color #DF3E7D: hue angle of 336.52º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3E7D is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 125 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.13 |
| HSL | 336.52º | 0.72% | 0.56% | - |
| HSV(B) | 336.52º | 0.72% | 0.87% | - |
| XYZ | 35.86 | 20.61 | 21.49 | - |
| YUV | 117.32 | 132.34 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 125 | 0 | 0.72 | 0.44 | 0.13 | 336.52 | 0.72 | 0.56 |
| Hex | DF | 3E | 7D | 0 | 48 | 2C | D | 151 | 48 | 38 |
| Octal | 337 | 76 | 175 | 0 | 110 | 54 | 15 | 521 | 110 | 70 |
| Binary | 11011111 | 111110 | 1111101 | 0 | 1001000 | 101100 | 1101 | 101010001 | 1001000 | 111000 |
Color Harmonies of #DF3E7D
Complementary color
Monochromatic Colors of #DF3E7D
Black with #DF3E7D
Text Example
Text Example
White with #DF3E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E7D; }
p { color: rgb(223,62,125); }
H1.HeaderClassName
{
color: #DF3E7D;
}
.AnyTagClassName
{
color: #DF3E7D;
}
</style>
background-color css
<style>
a { background-color: #DF3E7D; }
a { background-color: rgb(223,62,125); }
div.DivClassName
{
background-color: #DF3E7D;
}
.BgClassName
{
background-color: #DF3E7D;
}
</style>
border-color css
<style>
span { border-color: #DF3E7D; }
span { border-color: rgb(223,62,125); }
td.TdClassName
{
border-color: #DF3E7D;
}
.TagClassName
{
border-color: #DF3E7D;
}
</style>