Shades of Cerise #DF3D60
Tints of Cerise #DF3D60
RGB
CMYK
RGB Variations
Color information
#DF3D60 (or 0xDF3D60) is known color: Cerise. HEX triplet: DF, 3D and 60. RGB value is (223,61,96). Sum of RGB (Red+Green+Blue) = 223+61+96=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3D60 is #20C29F. Grayscale: #717171. Windows color (decimal): -2146976 or 6307295. OLE color: 6307295.
HSL color Cylindrical-coordinate representation of color #DF3D60: hue angle of 347.04º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3D60 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 96 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.13 |
| HSL | 347.04º | 0.72% | 0.56% | - |
| HSV(B) | 347.04º | 0.73% | 0.87% | - |
| XYZ | 34.21 | 19.87 | 13.1 | - |
| YUV | 113.43 | 118.17 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 96 | 0 | 0.73 | 0.57 | 0.13 | 347.04 | 0.72 | 0.56 |
| Hex | DF | 3D | 60 | 0 | 49 | 39 | D | 15B | 48 | 38 |
| Octal | 337 | 75 | 140 | 0 | 111 | 71 | 15 | 533 | 110 | 70 |
| Binary | 11011111 | 111101 | 1100000 | 0 | 1001001 | 111001 | 1101 | 101011011 | 1001000 | 111000 |
Color Harmonies of #DF3D60
Complementary color
Monochromatic Colors of #DF3D60
Black with #DF3D60
Text Example
Text Example
White with #DF3D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D60; }
p { color: rgb(223,61,96); }
H1.HeaderClassName
{
color: #DF3D60;
}
.AnyTagClassName
{
color: #DF3D60;
}
</style>
background-color css
<style>
a { background-color: #DF3D60; }
a { background-color: rgb(223,61,96); }
div.DivClassName
{
background-color: #DF3D60;
}
.BgClassName
{
background-color: #DF3D60;
}
</style>
border-color css
<style>
span { border-color: #DF3D60; }
span { border-color: rgb(223,61,96); }
td.TdClassName
{
border-color: #DF3D60;
}
.TagClassName
{
border-color: #DF3D60;
}
</style>