Shades of Cerise #DF385F
Tints of Cerise #DF385F
RGB
CMYK
RGB Variations
Color information
#DF385F (or 0xDF385F) is known color: Cerise. HEX triplet: DF, 38 and 5F. RGB value is (223,56,95). Sum of RGB (Red+Green+Blue) = 223+56+95=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF385F is #20C7A0. Grayscale: #6E6E6E. Windows color (decimal): -2148257 or 6240479. OLE color: 6240479.
HSL color Cylindrical-coordinate representation of color #DF385F: hue angle of 345.99º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF385F is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 95 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.13 |
| HSL | 345.99º | 0.72% | 0.55% | - |
| HSV(B) | 345.99º | 0.75% | 0.87% | - |
| XYZ | 33.91 | 19.34 | 12.77 | - |
| YUV | 110.38 | 119.33 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 95 | 0 | 0.75 | 0.57 | 0.13 | 345.99 | 0.72 | 0.55 |
| Hex | DF | 38 | 5F | 0 | 4B | 39 | D | 15A | 48 | 37 |
| Octal | 337 | 70 | 137 | 0 | 113 | 71 | 15 | 532 | 110 | 67 |
| Binary | 11011111 | 111000 | 1011111 | 0 | 1001011 | 111001 | 1101 | 101011010 | 1001000 | 110111 |
Color Harmonies of #DF385F
Complementary color
Monochromatic Colors of #DF385F
Black with #DF385F
Text Example
Text Example
White with #DF385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF385F; }
p { color: rgb(223,56,95); }
H1.HeaderClassName
{
color: #DF385F;
}
.AnyTagClassName
{
color: #DF385F;
}
</style>
background-color css
<style>
a { background-color: #DF385F; }
a { background-color: rgb(223,56,95); }
div.DivClassName
{
background-color: #DF385F;
}
.BgClassName
{
background-color: #DF385F;
}
</style>
border-color css
<style>
span { border-color: #DF385F; }
span { border-color: rgb(223,56,95); }
td.TdClassName
{
border-color: #DF385F;
}
.TagClassName
{
border-color: #DF385F;
}
</style>