Shades of Deep Cerise #DF357A
Tints of Deep Cerise #DF357A
RGB
CMYK
RGB Variations
Color information
#DF357A (or 0xDF357A) is known color: Deep Cerise. HEX triplet: DF, 35 and 7A. RGB value is (223,53,122). Sum of RGB (Red+Green+Blue) = 223+53+122=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF357A is #20CA85. Grayscale: #6F6F6F. Windows color (decimal): -2148998 or 8009183. OLE color: 8009183.
HSL color Cylindrical-coordinate representation of color #DF357A: hue angle of 335.65º 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 #DF357A is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 122 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.13 |
| HSL | 335.65º | 0.73% | 0.54% | - |
| HSV(B) | 335.65º | 0.76% | 0.87% | - |
| XYZ | 35.22 | 19.64 | 20.35 | - |
| YUV | 111.7 | 133.82 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 122 | 0 | 0.76 | 0.45 | 0.13 | 335.65 | 0.73 | 0.54 |
| Hex | DF | 35 | 7A | 0 | 4C | 2D | D | 150 | 49 | 36 |
| Octal | 337 | 65 | 172 | 0 | 114 | 55 | 15 | 520 | 111 | 66 |
| Binary | 11011111 | 110101 | 1111010 | 0 | 1001100 | 101101 | 1101 | 101010000 | 1001001 | 110110 |
Color Harmonies of #DF357A
Complementary color
Monochromatic Colors of #DF357A
Black with #DF357A
Text Example
Text Example
White with #DF357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF357A; }
p { color: rgb(223,53,122); }
H1.HeaderClassName
{
color: #DF357A;
}
.AnyTagClassName
{
color: #DF357A;
}
</style>
background-color css
<style>
a { background-color: #DF357A; }
a { background-color: rgb(223,53,122); }
div.DivClassName
{
background-color: #DF357A;
}
.BgClassName
{
background-color: #DF357A;
}
</style>
border-color css
<style>
span { border-color: #DF357A; }
span { border-color: rgb(223,53,122); }
td.TdClassName
{
border-color: #DF357A;
}
.TagClassName
{
border-color: #DF357A;
}
</style>