Shades of Cerise #DF3862
Tints of Cerise #DF3862
RGB
CMYK
RGB Variations
Color information
#DF3862 (or 0xDF3862) is known color: Cerise. HEX triplet: DF, 38 and 62. RGB value is (223,56,98). Sum of RGB (Red+Green+Blue) = 223+56+98=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3862 is #20C79D. Grayscale: #6E6E6E. Windows color (decimal): -2148254 or 6437087. OLE color: 6437087.
HSL color Cylindrical-coordinate representation of color #DF3862: hue angle of 344.91º 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 #DF3862 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 98 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.13 |
| HSL | 344.91º | 0.72% | 0.55% | - |
| HSV(B) | 344.91º | 0.75% | 0.87% | - |
| XYZ | 34.05 | 19.4 | 13.5 | - |
| YUV | 110.72 | 120.83 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 98 | 0 | 0.75 | 0.56 | 0.13 | 344.91 | 0.72 | 0.55 |
| Hex | DF | 38 | 62 | 0 | 4B | 38 | D | 159 | 48 | 37 |
| Octal | 337 | 70 | 142 | 0 | 113 | 70 | 15 | 531 | 110 | 67 |
| Binary | 11011111 | 111000 | 1100010 | 0 | 1001011 | 111000 | 1101 | 101011001 | 1001000 | 110111 |
Color Harmonies of #DF3862
Complementary color
Monochromatic Colors of #DF3862
Black with #DF3862
Text Example
Text Example
White with #DF3862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3862; }
p { color: rgb(223,56,98); }
H1.HeaderClassName
{
color: #DF3862;
}
.AnyTagClassName
{
color: #DF3862;
}
</style>
background-color css
<style>
a { background-color: #DF3862; }
a { background-color: rgb(223,56,98); }
div.DivClassName
{
background-color: #DF3862;
}
.BgClassName
{
background-color: #DF3862;
}
</style>
border-color css
<style>
span { border-color: #DF3862; }
span { border-color: rgb(223,56,98); }
td.TdClassName
{
border-color: #DF3862;
}
.TagClassName
{
border-color: #DF3862;
}
</style>