Shades of Cerise #DF3E64
Tints of Cerise #DF3E64
RGB
CMYK
RGB Variations
Color information
#DF3E64 (or 0xDF3E64) is known color: Cerise. HEX triplet: DF, 3E and 64. RGB value is (223,62,100). Sum of RGB (Red+Green+Blue) = 223+62+100=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3E64 is #20C19B. Grayscale: #727272. Windows color (decimal): -2146716 or 6569695. OLE color: 6569695.
HSL color Cylindrical-coordinate representation of color #DF3E64: hue angle of 345.84º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3E64 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 100 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.13 |
| HSL | 345.84º | 0.72% | 0.56% | - |
| HSV(B) | 345.84º | 0.72% | 0.87% | - |
| XYZ | 34.45 | 20.05 | 14.11 | - |
| YUV | 114.47 | 119.84 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 100 | 0 | 0.72 | 0.55 | 0.13 | 345.84 | 0.72 | 0.56 |
| Hex | DF | 3E | 64 | 0 | 48 | 37 | D | 15A | 48 | 38 |
| Octal | 337 | 76 | 144 | 0 | 110 | 67 | 15 | 532 | 110 | 70 |
| Binary | 11011111 | 111110 | 1100100 | 0 | 1001000 | 110111 | 1101 | 101011010 | 1001000 | 111000 |
Color Harmonies of #DF3E64
Complementary color
Monochromatic Colors of #DF3E64
Black with #DF3E64
Text Example
Text Example
White with #DF3E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E64; }
p { color: rgb(223,62,100); }
H1.HeaderClassName
{
color: #DF3E64;
}
.AnyTagClassName
{
color: #DF3E64;
}
</style>
background-color css
<style>
a { background-color: #DF3E64; }
a { background-color: rgb(223,62,100); }
div.DivClassName
{
background-color: #DF3E64;
}
.BgClassName
{
background-color: #DF3E64;
}
</style>
border-color css
<style>
span { border-color: #DF3E64; }
span { border-color: rgb(223,62,100); }
td.TdClassName
{
border-color: #DF3E64;
}
.TagClassName
{
border-color: #DF3E64;
}
</style>