Shades of Cerise #DF395F
Tints of Cerise #DF395F
RGB
CMYK
RGB Variations
Color information
#DF395F (or 0xDF395F) is known color: Cerise. HEX triplet: DF, 39 and 5F. RGB value is (223,57,95). Sum of RGB (Red+Green+Blue) = 223+57+95=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF395F is #20C6A0. Grayscale: #6E6E6E. Windows color (decimal): -2148001 or 6240735. OLE color: 6240735.
HSL color Cylindrical-coordinate representation of color #DF395F: hue angle of 346.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF395F is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 95 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.13 |
| HSL | 346.27º | 0.72% | 0.55% | - |
| HSV(B) | 346.27º | 0.74% | 0.87% | - |
| XYZ | 33.96 | 19.44 | 12.79 | - |
| YUV | 110.97 | 119 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 95 | 0 | 0.74 | 0.57 | 0.13 | 346.27 | 0.72 | 0.55 |
| Hex | DF | 39 | 5F | 0 | 4A | 39 | D | 15A | 48 | 37 |
| Octal | 337 | 71 | 137 | 0 | 112 | 71 | 15 | 532 | 110 | 67 |
| Binary | 11011111 | 111001 | 1011111 | 0 | 1001010 | 111001 | 1101 | 101011010 | 1001000 | 110111 |
Color Harmonies of #DF395F
Complementary color
Monochromatic Colors of #DF395F
Black with #DF395F
Text Example
Text Example
White with #DF395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF395F; }
p { color: rgb(223,57,95); }
H1.HeaderClassName
{
color: #DF395F;
}
.AnyTagClassName
{
color: #DF395F;
}
</style>
background-color css
<style>
a { background-color: #DF395F; }
a { background-color: rgb(223,57,95); }
div.DivClassName
{
background-color: #DF395F;
}
.BgClassName
{
background-color: #DF395F;
}
</style>
border-color css
<style>
span { border-color: #DF395F; }
span { border-color: rgb(223,57,95); }
td.TdClassName
{
border-color: #DF395F;
}
.TagClassName
{
border-color: #DF395F;
}
</style>