Shades of Cerise #DF3E6C
Tints of Cerise #DF3E6C
RGB
CMYK
RGB Variations
Color information
#DF3E6C (or 0xDF3E6C) is known color: Cerise. HEX triplet: DF, 3E and 6C. RGB value is (223,62,108). Sum of RGB (Red+Green+Blue) = 223+62+108=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3E6C is #20C193. Grayscale: #737373. Windows color (decimal): -2146708 or 7093983. OLE color: 7093983.
HSL color Cylindrical-coordinate representation of color #DF3E6C: hue angle of 342.86º 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 #DF3E6C is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 108 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.13 |
| HSL | 342.86º | 0.72% | 0.56% | - |
| HSV(B) | 342.86º | 0.72% | 0.87% | - |
| XYZ | 34.86 | 20.22 | 16.25 | - |
| YUV | 115.38 | 123.84 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 108 | 0 | 0.72 | 0.52 | 0.13 | 342.86 | 0.72 | 0.56 |
| Hex | DF | 3E | 6C | 0 | 48 | 34 | D | 157 | 48 | 38 |
| Octal | 337 | 76 | 154 | 0 | 110 | 64 | 15 | 527 | 110 | 70 |
| Binary | 11011111 | 111110 | 1101100 | 0 | 1001000 | 110100 | 1101 | 101010111 | 1001000 | 111000 |
Color Harmonies of #DF3E6C
Complementary color
Monochromatic Colors of #DF3E6C
Black with #DF3E6C
Text Example
Text Example
White with #DF3E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E6C; }
p { color: rgb(223,62,108); }
H1.HeaderClassName
{
color: #DF3E6C;
}
.AnyTagClassName
{
color: #DF3E6C;
}
</style>
background-color css
<style>
a { background-color: #DF3E6C; }
a { background-color: rgb(223,62,108); }
div.DivClassName
{
background-color: #DF3E6C;
}
.BgClassName
{
background-color: #DF3E6C;
}
</style>
border-color css
<style>
span { border-color: #DF3E6C; }
span { border-color: rgb(223,62,108); }
td.TdClassName
{
border-color: #DF3E6C;
}
.TagClassName
{
border-color: #DF3E6C;
}
</style>