Shades of Cerise #DF3572
Tints of Cerise #DF3572
RGB
CMYK
RGB Variations
Color information
#DF3572 (or 0xDF3572) is known color: Cerise. HEX triplet: DF, 35 and 72. RGB value is (223,53,114). Sum of RGB (Red+Green+Blue) = 223+53+114=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3572 is #20CA8D. Grayscale: #6E6E6E. Windows color (decimal): -2149006 or 7484895. OLE color: 7484895.
HSL color Cylindrical-coordinate representation of color #DF3572: hue angle of 338.47º 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 #DF3572 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 114 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.13 |
| HSL | 338.47º | 0.73% | 0.54% | - |
| HSV(B) | 338.47º | 0.76% | 0.87% | - |
| XYZ | 34.74 | 19.45 | 17.84 | - |
| YUV | 110.78 | 129.82 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 114 | 0 | 0.76 | 0.49 | 0.13 | 338.47 | 0.73 | 0.54 |
| Hex | DF | 35 | 72 | 0 | 4C | 31 | D | 152 | 49 | 36 |
| Octal | 337 | 65 | 162 | 0 | 114 | 61 | 15 | 522 | 111 | 66 |
| Binary | 11011111 | 110101 | 1110010 | 0 | 1001100 | 110001 | 1101 | 101010010 | 1001001 | 110110 |
Color Harmonies of #DF3572
Complementary color
Monochromatic Colors of #DF3572
Black with #DF3572
Text Example
Text Example
White with #DF3572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3572; }
p { color: rgb(223,53,114); }
H1.HeaderClassName
{
color: #DF3572;
}
.AnyTagClassName
{
color: #DF3572;
}
</style>
background-color css
<style>
a { background-color: #DF3572; }
a { background-color: rgb(223,53,114); }
div.DivClassName
{
background-color: #DF3572;
}
.BgClassName
{
background-color: #DF3572;
}
</style>
border-color css
<style>
span { border-color: #DF3572; }
span { border-color: rgb(223,53,114); }
td.TdClassName
{
border-color: #DF3572;
}
.TagClassName
{
border-color: #DF3572;
}
</style>