Shades of Cerise #DF3868
Tints of Cerise #DF3868
RGB
CMYK
RGB Variations
Color information
#DF3868 (or 0xDF3868) is known color: Cerise. HEX triplet: DF, 38 and 68. RGB value is (223,56,104). Sum of RGB (Red+Green+Blue) = 223+56+104=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3868 is #20C797. Grayscale: #6F6F6F. Windows color (decimal): -2148248 or 6830303. OLE color: 6830303.
HSL color Cylindrical-coordinate representation of color #DF3868: hue angle of 342.75º 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 #DF3868 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 104 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.13 |
| HSL | 342.75º | 0.72% | 0.55% | - |
| HSV(B) | 342.75º | 0.75% | 0.87% | - |
| XYZ | 34.34 | 19.52 | 15.05 | - |
| YUV | 111.41 | 123.83 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 104 | 0 | 0.75 | 0.53 | 0.13 | 342.75 | 0.72 | 0.55 |
| Hex | DF | 38 | 68 | 0 | 4B | 35 | D | 157 | 48 | 37 |
| Octal | 337 | 70 | 150 | 0 | 113 | 65 | 15 | 527 | 110 | 67 |
| Binary | 11011111 | 111000 | 1101000 | 0 | 1001011 | 110101 | 1101 | 101010111 | 1001000 | 110111 |
Color Harmonies of #DF3868
Complementary color
Monochromatic Colors of #DF3868
Black with #DF3868
Text Example
Text Example
White with #DF3868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3868; }
p { color: rgb(223,56,104); }
H1.HeaderClassName
{
color: #DF3868;
}
.AnyTagClassName
{
color: #DF3868;
}
</style>
background-color css
<style>
a { background-color: #DF3868; }
a { background-color: rgb(223,56,104); }
div.DivClassName
{
background-color: #DF3868;
}
.BgClassName
{
background-color: #DF3868;
}
</style>
border-color css
<style>
span { border-color: #DF3868; }
span { border-color: rgb(223,56,104); }
td.TdClassName
{
border-color: #DF3868;
}
.TagClassName
{
border-color: #DF3868;
}
</style>