Shades of Cerise #DF3164
Tints of Cerise #DF3164
RGB
CMYK
RGB Variations
Color information
#DF3164 (or 0xDF3164) is known color: Cerise. HEX triplet: DF, 31 and 64. RGB value is (223,49,100). Sum of RGB (Red+Green+Blue) = 223+49+100=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3164 is #20CE9B. Grayscale: #6A6A6A. Windows color (decimal): -2150044 or 6566367. OLE color: 6566367.
HSL color Cylindrical-coordinate representation of color #DF3164: hue angle of 342.41º 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 #DF3164 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 100 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.13 |
| HSL | 342.41º | 0.73% | 0.53% | - |
| HSV(B) | 342.41º | 0.78% | 0.87% | - |
| XYZ | 33.83 | 18.8 | 13.9 | - |
| YUV | 106.84 | 124.15 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 100 | 0 | 0.78 | 0.55 | 0.13 | 342.41 | 0.73 | 0.53 |
| Hex | DF | 31 | 64 | 0 | 4E | 37 | D | 156 | 49 | 35 |
| Octal | 337 | 61 | 144 | 0 | 116 | 67 | 15 | 526 | 111 | 65 |
| Binary | 11011111 | 110001 | 1100100 | 0 | 1001110 | 110111 | 1101 | 101010110 | 1001001 | 110101 |
Color Harmonies of #DF3164
Complementary color
Monochromatic Colors of #DF3164
Black with #DF3164
Text Example
Text Example
White with #DF3164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3164; }
p { color: rgb(223,49,100); }
H1.HeaderClassName
{
color: #DF3164;
}
.AnyTagClassName
{
color: #DF3164;
}
</style>
background-color css
<style>
a { background-color: #DF3164; }
a { background-color: rgb(223,49,100); }
div.DivClassName
{
background-color: #DF3164;
}
.BgClassName
{
background-color: #DF3164;
}
</style>
border-color css
<style>
span { border-color: #DF3164; }
span { border-color: rgb(223,49,100); }
td.TdClassName
{
border-color: #DF3164;
}
.TagClassName
{
border-color: #DF3164;
}
</style>