Shades of Cerise #DF385C
Tints of Cerise #DF385C
RGB
CMYK
RGB Variations
Color information
#DF385C (or 0xDF385C) is known color: Cerise. HEX triplet: DF, 38 and 5C. RGB value is (223,56,92). Sum of RGB (Red+Green+Blue) = 223+56+92=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF385C is #20C7A3. Grayscale: #6E6E6E. Windows color (decimal): -2148260 or 6043871. OLE color: 6043871.
HSL color Cylindrical-coordinate representation of color #DF385C: hue angle of 347.07º 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 #DF385C is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 92 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.13 |
| HSL | 347.07º | 0.72% | 0.55% | - |
| HSV(B) | 347.07º | 0.75% | 0.87% | - |
| XYZ | 33.78 | 19.29 | 12.07 | - |
| YUV | 110.04 | 117.83 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 92 | 0 | 0.75 | 0.59 | 0.13 | 347.07 | 0.72 | 0.55 |
| Hex | DF | 38 | 5C | 0 | 4B | 3B | D | 15B | 48 | 37 |
| Octal | 337 | 70 | 134 | 0 | 113 | 73 | 15 | 533 | 110 | 67 |
| Binary | 11011111 | 111000 | 1011100 | 0 | 1001011 | 111011 | 1101 | 101011011 | 1001000 | 110111 |
Color Harmonies of #DF385C
Complementary color
Monochromatic Colors of #DF385C
Black with #DF385C
Text Example
Text Example
White with #DF385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF385C; }
p { color: rgb(223,56,92); }
H1.HeaderClassName
{
color: #DF385C;
}
.AnyTagClassName
{
color: #DF385C;
}
</style>
background-color css
<style>
a { background-color: #DF385C; }
a { background-color: rgb(223,56,92); }
div.DivClassName
{
background-color: #DF385C;
}
.BgClassName
{
background-color: #DF385C;
}
</style>
border-color css
<style>
span { border-color: #DF385C; }
span { border-color: rgb(223,56,92); }
td.TdClassName
{
border-color: #DF385C;
}
.TagClassName
{
border-color: #DF385C;
}
</style>