Shades of Cerise #DF2C62
Tints of Cerise #DF2C62
RGB
CMYK
RGB Variations
Color information
#DF2C62 (or 0xDF2C62) is known color: Cerise. HEX triplet: DF, 2C and 62. RGB value is (223,44,98). Sum of RGB (Red+Green+Blue) = 223+44+98=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2C62 is #20D39D. Grayscale: #676767. Windows color (decimal): -2151326 or 6434015. OLE color: 6434015.
HSL color Cylindrical-coordinate representation of color #DF2C62: hue angle of 341.9º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2C62 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 98 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.13 |
| HSL | 341.9º | 0.74% | 0.52% | - |
| HSV(B) | 341.9º | 0.8% | 0.87% | - |
| XYZ | 33.54 | 18.37 | 13.33 | - |
| YUV | 103.68 | 124.8 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 98 | 0 | 0.80 | 0.56 | 0.13 | 341.9 | 0.74 | 0.52 |
| Hex | DF | 2C | 62 | 0 | 50 | 38 | D | 156 | 4A | 34 |
| Octal | 337 | 54 | 142 | 0 | 120 | 70 | 15 | 526 | 112 | 64 |
| Binary | 11011111 | 101100 | 1100010 | 0 | 1010000 | 111000 | 1101 | 101010110 | 1001010 | 110100 |
Color Harmonies of #DF2C62
Complementary color
Monochromatic Colors of #DF2C62
Black with #DF2C62
Text Example
Text Example
White with #DF2C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2C62; }
p { color: rgb(223,44,98); }
H1.HeaderClassName
{
color: #DF2C62;
}
.AnyTagClassName
{
color: #DF2C62;
}
</style>
background-color css
<style>
a { background-color: #DF2C62; }
a { background-color: rgb(223,44,98); }
div.DivClassName
{
background-color: #DF2C62;
}
.BgClassName
{
background-color: #DF2C62;
}
</style>
border-color css
<style>
span { border-color: #DF2C62; }
span { border-color: rgb(223,44,98); }
td.TdClassName
{
border-color: #DF2C62;
}
.TagClassName
{
border-color: #DF2C62;
}
</style>