Shades of Cerise #DF3170
Tints of Cerise #DF3170
RGB
CMYK
RGB Variations
Color information
#DF3170 (or 0xDF3170) is known color: Cerise. HEX triplet: DF, 31 and 70. RGB value is (223,49,112). Sum of RGB (Red+Green+Blue) = 223+49+112=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3170 is #20CE8F. Grayscale: #6C6C6C. Windows color (decimal): -2150032 or 7352799. OLE color: 7352799.
HSL color Cylindrical-coordinate representation of color #DF3170: hue angle of 338.28º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3170 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 112 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.13 |
| HSL | 338.28º | 0.73% | 0.53% | - |
| HSV(B) | 338.28º | 0.78% | 0.87% | - |
| XYZ | 34.45 | 19.05 | 17.19 | - |
| YUV | 108.21 | 130.15 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 112 | 0 | 0.78 | 0.50 | 0.13 | 338.28 | 0.73 | 0.53 |
| Hex | DF | 31 | 70 | 0 | 4E | 32 | D | 152 | 49 | 35 |
| Octal | 337 | 61 | 160 | 0 | 116 | 62 | 15 | 522 | 111 | 65 |
| Binary | 11011111 | 110001 | 1110000 | 0 | 1001110 | 110010 | 1101 | 101010010 | 1001001 | 110101 |
Color Harmonies of #DF3170
Complementary color
Monochromatic Colors of #DF3170
Black with #DF3170
Text Example
Text Example
White with #DF3170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3170; }
p { color: rgb(223,49,112); }
H1.HeaderClassName
{
color: #DF3170;
}
.AnyTagClassName
{
color: #DF3170;
}
</style>
background-color css
<style>
a { background-color: #DF3170; }
a { background-color: rgb(223,49,112); }
div.DivClassName
{
background-color: #DF3170;
}
.BgClassName
{
background-color: #DF3170;
}
</style>
border-color css
<style>
span { border-color: #DF3170; }
span { border-color: rgb(223,49,112); }
td.TdClassName
{
border-color: #DF3170;
}
.TagClassName
{
border-color: #DF3170;
}
</style>