Shades of Cerise #DF2C63
Tints of Cerise #DF2C63
RGB
CMYK
RGB Variations
Color information
#DF2C63 (or 0xDF2C63) is known color: Cerise. HEX triplet: DF, 2C and 63. RGB value is (223,44,99). Sum of RGB (Red+Green+Blue) = 223+44+99=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2C63 is #20D39C. Grayscale: #676767. Windows color (decimal): -2151325 or 6499551. OLE color: 6499551.
HSL color Cylindrical-coordinate representation of color #DF2C63: hue angle of 341.56º 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 #DF2C63 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 99 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.13 |
| HSL | 341.56º | 0.74% | 0.52% | - |
| HSV(B) | 341.56º | 0.8% | 0.87% | - |
| XYZ | 33.58 | 18.39 | 13.58 | - |
| YUV | 103.79 | 125.3 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 99 | 0 | 0.80 | 0.56 | 0.13 | 341.56 | 0.74 | 0.52 |
| Hex | DF | 2C | 63 | 0 | 50 | 38 | D | 156 | 4A | 34 |
| Octal | 337 | 54 | 143 | 0 | 120 | 70 | 15 | 526 | 112 | 64 |
| Binary | 11011111 | 101100 | 1100011 | 0 | 1010000 | 111000 | 1101 | 101010110 | 1001010 | 110100 |
Color Harmonies of #DF2C63
Complementary color
Monochromatic Colors of #DF2C63
Black with #DF2C63
Text Example
Text Example
White with #DF2C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2C63; }
p { color: rgb(223,44,99); }
H1.HeaderClassName
{
color: #DF2C63;
}
.AnyTagClassName
{
color: #DF2C63;
}
</style>
background-color css
<style>
a { background-color: #DF2C63; }
a { background-color: rgb(223,44,99); }
div.DivClassName
{
background-color: #DF2C63;
}
.BgClassName
{
background-color: #DF2C63;
}
</style>
border-color css
<style>
span { border-color: #DF2C63; }
span { border-color: rgb(223,44,99); }
td.TdClassName
{
border-color: #DF2C63;
}
.TagClassName
{
border-color: #DF2C63;
}
</style>