Shades of Cerise #DF3F6C
Tints of Cerise #DF3F6C
RGB
CMYK
RGB Variations
Color information
#DF3F6C (or 0xDF3F6C) is known color: Cerise. HEX triplet: DF, 3F and 6C. RGB value is (223,63,108). Sum of RGB (Red+Green+Blue) = 223+63+108=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3F6C is #20C093. Grayscale: #737373. Windows color (decimal): -2146452 or 7094239. OLE color: 7094239.
HSL color Cylindrical-coordinate representation of color #DF3F6C: hue angle of 343.12º degrees, saturation: 0.71, 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 #DF3F6C is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 108 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.13 |
| HSL | 343.13º | 0.71% | 0.56% | - |
| HSV(B) | 343.13º | 0.72% | 0.87% | - |
| XYZ | 34.92 | 20.33 | 16.27 | - |
| YUV | 115.97 | 123.51 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 108 | 0 | 0.72 | 0.52 | 0.13 | 343.13 | 0.71 | 0.56 |
| Hex | DF | 3F | 6C | 0 | 48 | 34 | D | 157 | 47 | 38 |
| Octal | 337 | 77 | 154 | 0 | 110 | 64 | 15 | 527 | 107 | 70 |
| Binary | 11011111 | 111111 | 1101100 | 0 | 1001000 | 110100 | 1101 | 101010111 | 1000111 | 111000 |
Color Harmonies of #DF3F6C
Complementary color
Monochromatic Colors of #DF3F6C
Black with #DF3F6C
Text Example
Text Example
White with #DF3F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F6C; }
p { color: rgb(223,63,108); }
H1.HeaderClassName
{
color: #DF3F6C;
}
.AnyTagClassName
{
color: #DF3F6C;
}
</style>
background-color css
<style>
a { background-color: #DF3F6C; }
a { background-color: rgb(223,63,108); }
div.DivClassName
{
background-color: #DF3F6C;
}
.BgClassName
{
background-color: #DF3F6C;
}
</style>
border-color css
<style>
span { border-color: #DF3F6C; }
span { border-color: rgb(223,63,108); }
td.TdClassName
{
border-color: #DF3F6C;
}
.TagClassName
{
border-color: #DF3F6C;
}
</style>