Shades of Cerise #DF3568
Tints of Cerise #DF3568
RGB
CMYK
RGB Variations
Color information
#DF3568 (or 0xDF3568) is known color: Cerise. HEX triplet: DF, 35 and 68. RGB value is (223,53,104). Sum of RGB (Red+Green+Blue) = 223+53+104=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3568 is #20CA97. Grayscale: #6D6D6D. Windows color (decimal): -2149016 or 6829535. OLE color: 6829535.
HSL color Cylindrical-coordinate representation of color #DF3568: hue angle of 342º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3568 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 104 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.13 |
| HSL | 342º | 0.73% | 0.54% | - |
| HSV(B) | 342º | 0.76% | 0.87% | - |
| XYZ | 34.2 | 19.23 | 15.01 | - |
| YUV | 109.64 | 124.82 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 104 | 0 | 0.76 | 0.53 | 0.13 | 342 | 0.73 | 0.54 |
| Hex | DF | 35 | 68 | 0 | 4C | 35 | D | 156 | 49 | 36 |
| Octal | 337 | 65 | 150 | 0 | 114 | 65 | 15 | 526 | 111 | 66 |
| Binary | 11011111 | 110101 | 1101000 | 0 | 1001100 | 110101 | 1101 | 101010110 | 1001001 | 110110 |
Color Harmonies of #DF3568
Complementary color
Monochromatic Colors of #DF3568
Black with #DF3568
Text Example
Text Example
White with #DF3568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3568; }
p { color: rgb(223,53,104); }
H1.HeaderClassName
{
color: #DF3568;
}
.AnyTagClassName
{
color: #DF3568;
}
</style>
background-color css
<style>
a { background-color: #DF3568; }
a { background-color: rgb(223,53,104); }
div.DivClassName
{
background-color: #DF3568;
}
.BgClassName
{
background-color: #DF3568;
}
</style>
border-color css
<style>
span { border-color: #DF3568; }
span { border-color: rgb(223,53,104); }
td.TdClassName
{
border-color: #DF3568;
}
.TagClassName
{
border-color: #DF3568;
}
</style>