Shades of Cerise #DF3858
Tints of Cerise #DF3858
RGB
CMYK
RGB Variations
Color information
#DF3858 (or 0xDF3858) is known color: Cerise. HEX triplet: DF, 38 and 58. RGB value is (223,56,88). Sum of RGB (Red+Green+Blue) = 223+56+88=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3858 is #20C7A7. Grayscale: #6D6D6D. Windows color (decimal): -2148264 or 5781727. OLE color: 5781727.
HSL color Cylindrical-coordinate representation of color #DF3858: hue angle of 348.5º 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 #DF3858 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 88 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.13 |
| HSL | 348.5º | 0.72% | 0.55% | - |
| HSV(B) | 348.5º | 0.75% | 0.87% | - |
| XYZ | 33.61 | 19.22 | 11.17 | - |
| YUV | 109.58 | 115.83 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 88 | 0 | 0.75 | 0.61 | 0.13 | 348.5 | 0.72 | 0.55 |
| Hex | DF | 38 | 58 | 0 | 4B | 3D | D | 15D | 48 | 37 |
| Octal | 337 | 70 | 130 | 0 | 113 | 75 | 15 | 535 | 110 | 67 |
| Binary | 11011111 | 111000 | 1011000 | 0 | 1001011 | 111101 | 1101 | 101011101 | 1001000 | 110111 |
Color Harmonies of #DF3858
Complementary color
Monochromatic Colors of #DF3858
Black with #DF3858
Text Example
Text Example
White with #DF3858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3858; }
p { color: rgb(223,56,88); }
H1.HeaderClassName
{
color: #DF3858;
}
.AnyTagClassName
{
color: #DF3858;
}
</style>
background-color css
<style>
a { background-color: #DF3858; }
a { background-color: rgb(223,56,88); }
div.DivClassName
{
background-color: #DF3858;
}
.BgClassName
{
background-color: #DF3858;
}
</style>
border-color css
<style>
span { border-color: #DF3858; }
span { border-color: rgb(223,56,88); }
td.TdClassName
{
border-color: #DF3858;
}
.TagClassName
{
border-color: #DF3858;
}
</style>