Shades of Deep Cerise #DF357B
Tints of Deep Cerise #DF357B
RGB
CMYK
RGB Variations
Color information
#DF357B (or 0xDF357B) is known color: Deep Cerise. HEX triplet: DF, 35 and 7B. RGB value is (223,53,123). Sum of RGB (Red+Green+Blue) = 223+53+123=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF357B is #20CA84. Grayscale: #6F6F6F. Windows color (decimal): -2148997 or 8074719. OLE color: 8074719.
HSL color Cylindrical-coordinate representation of color #DF357B: hue angle of 335.29º 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 #DF357B is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 123 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.13 |
| HSL | 335.29º | 0.73% | 0.54% | - |
| HSV(B) | 335.29º | 0.76% | 0.87% | - |
| XYZ | 35.28 | 19.66 | 20.68 | - |
| YUV | 111.81 | 134.32 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 123 | 0 | 0.76 | 0.45 | 0.13 | 335.29 | 0.73 | 0.54 |
| Hex | DF | 35 | 7B | 0 | 4C | 2D | D | 14F | 49 | 36 |
| Octal | 337 | 65 | 173 | 0 | 114 | 55 | 15 | 517 | 111 | 66 |
| Binary | 11011111 | 110101 | 1111011 | 0 | 1001100 | 101101 | 1101 | 101001111 | 1001001 | 110110 |
Color Harmonies of #DF357B
Complementary color
Monochromatic Colors of #DF357B
Black with #DF357B
Text Example
Text Example
White with #DF357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF357B; }
p { color: rgb(223,53,123); }
H1.HeaderClassName
{
color: #DF357B;
}
.AnyTagClassName
{
color: #DF357B;
}
</style>
background-color css
<style>
a { background-color: #DF357B; }
a { background-color: rgb(223,53,123); }
div.DivClassName
{
background-color: #DF357B;
}
.BgClassName
{
background-color: #DF357B;
}
</style>
border-color css
<style>
span { border-color: #DF357B; }
span { border-color: rgb(223,53,123); }
td.TdClassName
{
border-color: #DF357B;
}
.TagClassName
{
border-color: #DF357B;
}
</style>