Shades of Cerise #DF3D73
Tints of Cerise #DF3D73
RGB
CMYK
RGB Variations
Color information
#DF3D73 (or 0xDF3D73) is known color: Cerise. HEX triplet: DF, 3D and 73. RGB value is (223,61,115). Sum of RGB (Red+Green+Blue) = 223+61+115=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3D73 is #20C28C. Grayscale: #737373. Windows color (decimal): -2146957 or 7552479. OLE color: 7552479.
HSL color Cylindrical-coordinate representation of color #DF3D73: hue angle of 340º 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 #DF3D73 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 115 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.13 |
| HSL | 340º | 0.72% | 0.56% | - |
| HSV(B) | 340º | 0.73% | 0.87% | - |
| XYZ | 35.19 | 20.26 | 18.28 | - |
| YUV | 115.59 | 127.67 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 115 | 0 | 0.73 | 0.48 | 0.13 | 340 | 0.72 | 0.56 |
| Hex | DF | 3D | 73 | 0 | 49 | 30 | D | 154 | 48 | 38 |
| Octal | 337 | 75 | 163 | 0 | 111 | 60 | 15 | 524 | 110 | 70 |
| Binary | 11011111 | 111101 | 1110011 | 0 | 1001001 | 110000 | 1101 | 101010100 | 1001000 | 111000 |
Color Harmonies of #DF3D73
Complementary color
Monochromatic Colors of #DF3D73
Black with #DF3D73
Text Example
Text Example
White with #DF3D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D73; }
p { color: rgb(223,61,115); }
H1.HeaderClassName
{
color: #DF3D73;
}
.AnyTagClassName
{
color: #DF3D73;
}
</style>
background-color css
<style>
a { background-color: #DF3D73; }
a { background-color: rgb(223,61,115); }
div.DivClassName
{
background-color: #DF3D73;
}
.BgClassName
{
background-color: #DF3D73;
}
</style>
border-color css
<style>
span { border-color: #DF3D73; }
span { border-color: rgb(223,61,115); }
td.TdClassName
{
border-color: #DF3D73;
}
.TagClassName
{
border-color: #DF3D73;
}
</style>