Shades of Deep Cerise #DF357F
Tints of Deep Cerise #DF357F
RGB
CMYK
RGB Variations
Color information
#DF357F (or 0xDF357F) is known color: Deep Cerise. HEX triplet: DF, 35 and 7F. RGB value is (223,53,127). Sum of RGB (Red+Green+Blue) = 223+53+127=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF357F is #20CA80. Grayscale: #707070. Windows color (decimal): -2148993 or 8336863. OLE color: 8336863.
HSL color Cylindrical-coordinate representation of color #DF357F: hue angle of 333.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF357F is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 127 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.13 |
| HSL | 333.88º | 0.73% | 0.54% | - |
| HSV(B) | 333.88º | 0.76% | 0.87% | - |
| XYZ | 35.54 | 19.77 | 22.02 | - |
| YUV | 112.27 | 136.32 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 127 | 0 | 0.76 | 0.43 | 0.13 | 333.88 | 0.73 | 0.54 |
| Hex | DF | 35 | 7F | 0 | 4C | 2B | D | 14E | 49 | 36 |
| Octal | 337 | 65 | 177 | 0 | 114 | 53 | 15 | 516 | 111 | 66 |
| Binary | 11011111 | 110101 | 1111111 | 0 | 1001100 | 101011 | 1101 | 101001110 | 1001001 | 110110 |
Color Harmonies of #DF357F
Complementary color
Monochromatic Colors of #DF357F
Black with #DF357F
Text Example
Text Example
White with #DF357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF357F; }
p { color: rgb(223,53,127); }
H1.HeaderClassName
{
color: #DF357F;
}
.AnyTagClassName
{
color: #DF357F;
}
</style>
background-color css
<style>
a { background-color: #DF357F; }
a { background-color: rgb(223,53,127); }
div.DivClassName
{
background-color: #DF357F;
}
.BgClassName
{
background-color: #DF357F;
}
</style>
border-color css
<style>
span { border-color: #DF357F; }
span { border-color: rgb(223,53,127); }
td.TdClassName
{
border-color: #DF357F;
}
.TagClassName
{
border-color: #DF357F;
}
</style>