Shades of Cerise #DF315D
Tints of Cerise #DF315D
RGB
CMYK
RGB Variations
Color information
#DF315D (or 0xDF315D) is known color: Cerise. HEX triplet: DF, 31 and 5D. RGB value is (223,49,93). Sum of RGB (Red+Green+Blue) = 223+49+93=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF315D is #20CEA2. Grayscale: #6A6A6A. Windows color (decimal): -2150051 or 6107615. OLE color: 6107615.
HSL color Cylindrical-coordinate representation of color #DF315D: hue angle of 344.83º 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 #DF315D is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 93 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.13 |
| HSL | 344.83º | 0.73% | 0.53% | - |
| HSV(B) | 344.83º | 0.78% | 0.87% | - |
| XYZ | 33.51 | 18.67 | 12.19 | - |
| YUV | 106.04 | 120.65 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 93 | 0 | 0.78 | 0.58 | 0.13 | 344.83 | 0.73 | 0.53 |
| Hex | DF | 31 | 5D | 0 | 4E | 3A | D | 159 | 49 | 35 |
| Octal | 337 | 61 | 135 | 0 | 116 | 72 | 15 | 531 | 111 | 65 |
| Binary | 11011111 | 110001 | 1011101 | 0 | 1001110 | 111010 | 1101 | 101011001 | 1001001 | 110101 |
Color Harmonies of #DF315D
Complementary color
Monochromatic Colors of #DF315D
Black with #DF315D
Text Example
Text Example
White with #DF315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF315D; }
p { color: rgb(223,49,93); }
H1.HeaderClassName
{
color: #DF315D;
}
.AnyTagClassName
{
color: #DF315D;
}
</style>
background-color css
<style>
a { background-color: #DF315D; }
a { background-color: rgb(223,49,93); }
div.DivClassName
{
background-color: #DF315D;
}
.BgClassName
{
background-color: #DF315D;
}
</style>
border-color css
<style>
span { border-color: #DF315D; }
span { border-color: rgb(223,49,93); }
td.TdClassName
{
border-color: #DF315D;
}
.TagClassName
{
border-color: #DF315D;
}
</style>