Shades of Deep Cerise #DF3F7F
Tints of Deep Cerise #DF3F7F
RGB
CMYK
RGB Variations
Color information
#DF3F7F (or 0xDF3F7F) is known color: Deep Cerise. HEX triplet: DF, 3F and 7F. RGB value is (223,63,127). Sum of RGB (Red+Green+Blue) = 223+63+127=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3F7F is #20C080. Grayscale: #767676. Windows color (decimal): -2146433 or 8339423. OLE color: 8339423.
HSL color Cylindrical-coordinate representation of color #DF3F7F: hue angle of 336º degrees, saturation: 0.71, 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 #DF3F7F is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 127 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.13 |
| HSL | 336º | 0.71% | 0.56% | - |
| HSV(B) | 336º | 0.72% | 0.87% | - |
| XYZ | 36.04 | 20.78 | 22.19 | - |
| YUV | 118.14 | 133.01 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 127 | 0 | 0.72 | 0.43 | 0.13 | 336 | 0.71 | 0.56 |
| Hex | DF | 3F | 7F | 0 | 48 | 2B | D | 150 | 47 | 38 |
| Octal | 337 | 77 | 177 | 0 | 110 | 53 | 15 | 520 | 107 | 70 |
| Binary | 11011111 | 111111 | 1111111 | 0 | 1001000 | 101011 | 1101 | 101010000 | 1000111 | 111000 |
Color Harmonies of #DF3F7F
Complementary color
Monochromatic Colors of #DF3F7F
Black with #DF3F7F
Text Example
Text Example
White with #DF3F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F7F; }
p { color: rgb(223,63,127); }
H1.HeaderClassName
{
color: #DF3F7F;
}
.AnyTagClassName
{
color: #DF3F7F;
}
</style>
background-color css
<style>
a { background-color: #DF3F7F; }
a { background-color: rgb(223,63,127); }
div.DivClassName
{
background-color: #DF3F7F;
}
.BgClassName
{
background-color: #DF3F7F;
}
</style>
border-color css
<style>
span { border-color: #DF3F7F; }
span { border-color: rgb(223,63,127); }
td.TdClassName
{
border-color: #DF3F7F;
}
.TagClassName
{
border-color: #DF3F7F;
}
</style>