Shades of Cerise #DF3E5F
Tints of Cerise #DF3E5F
RGB
CMYK
RGB Variations
Color information
#DF3E5F (or 0xDF3E5F) is known color: Cerise. HEX triplet: DF, 3E and 5F. RGB value is (223,62,95). Sum of RGB (Red+Green+Blue) = 223+62+95=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3E5F is #20C1A0. Grayscale: #717171. Windows color (decimal): -2146721 or 6242015. OLE color: 6242015.
HSL color Cylindrical-coordinate representation of color #DF3E5F: hue angle of 347.7º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3E5F is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 95 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.13 |
| HSL | 347.7º | 0.72% | 0.56% | - |
| HSV(B) | 347.7º | 0.72% | 0.87% | - |
| XYZ | 34.22 | 19.96 | 12.88 | - |
| YUV | 113.9 | 117.34 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 95 | 0 | 0.72 | 0.57 | 0.13 | 347.7 | 0.72 | 0.56 |
| Hex | DF | 3E | 5F | 0 | 48 | 39 | D | 15C | 48 | 38 |
| Octal | 337 | 76 | 137 | 0 | 110 | 71 | 15 | 534 | 110 | 70 |
| Binary | 11011111 | 111110 | 1011111 | 0 | 1001000 | 111001 | 1101 | 101011100 | 1001000 | 111000 |
Color Harmonies of #DF3E5F
Complementary color
Monochromatic Colors of #DF3E5F
Black with #DF3E5F
Text Example
Text Example
White with #DF3E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E5F; }
p { color: rgb(223,62,95); }
H1.HeaderClassName
{
color: #DF3E5F;
}
.AnyTagClassName
{
color: #DF3E5F;
}
</style>
background-color css
<style>
a { background-color: #DF3E5F; }
a { background-color: rgb(223,62,95); }
div.DivClassName
{
background-color: #DF3E5F;
}
.BgClassName
{
background-color: #DF3E5F;
}
</style>
border-color css
<style>
span { border-color: #DF3E5F; }
span { border-color: rgb(223,62,95); }
td.TdClassName
{
border-color: #DF3E5F;
}
.TagClassName
{
border-color: #DF3E5F;
}
</style>