Shades of Cerise #DF2C65
Tints of Cerise #DF2C65
RGB
CMYK
RGB Variations
Color information
#DF2C65 (or 0xDF2C65) is known color: Cerise. HEX triplet: DF, 2C and 65. RGB value is (223,44,101). Sum of RGB (Red+Green+Blue) = 223+44+101=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2C65 is #20D39A. Grayscale: #676767. Windows color (decimal): -2151323 or 6630623. OLE color: 6630623.
HSL color Cylindrical-coordinate representation of color #DF2C65: hue angle of 340.89º 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 #DF2C65 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 101 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.13 |
| HSL | 340.89º | 0.74% | 0.52% | - |
| HSV(B) | 340.89º | 0.8% | 0.87% | - |
| XYZ | 33.68 | 18.43 | 14.09 | - |
| YUV | 104.02 | 126.3 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 101 | 0 | 0.80 | 0.55 | 0.13 | 340.89 | 0.74 | 0.52 |
| Hex | DF | 2C | 65 | 0 | 50 | 37 | D | 155 | 4A | 34 |
| Octal | 337 | 54 | 145 | 0 | 120 | 67 | 15 | 525 | 112 | 64 |
| Binary | 11011111 | 101100 | 1100101 | 0 | 1010000 | 110111 | 1101 | 101010101 | 1001010 | 110100 |
Color Harmonies of #DF2C65
Complementary color
Monochromatic Colors of #DF2C65
Black with #DF2C65
Text Example
Text Example
White with #DF2C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2C65; }
p { color: rgb(223,44,101); }
H1.HeaderClassName
{
color: #DF2C65;
}
.AnyTagClassName
{
color: #DF2C65;
}
</style>
background-color css
<style>
a { background-color: #DF2C65; }
a { background-color: rgb(223,44,101); }
div.DivClassName
{
background-color: #DF2C65;
}
.BgClassName
{
background-color: #DF2C65;
}
</style>
border-color css
<style>
span { border-color: #DF2C65; }
span { border-color: rgb(223,44,101); }
td.TdClassName
{
border-color: #DF2C65;
}
.TagClassName
{
border-color: #DF2C65;
}
</style>