Shades of Cerise #DF2764
Tints of Cerise #DF2764
RGB
CMYK
RGB Variations
Color information
#DF2764 (or 0xDF2764) is known color: Cerise. HEX triplet: DF, 27 and 64. RGB value is (223,39,100). Sum of RGB (Red+Green+Blue) = 223+39+100=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2764 is #20D89B. Grayscale: #646464. Windows color (decimal): -2152604 or 6563807. OLE color: 6563807.
HSL color Cylindrical-coordinate representation of color #DF2764: hue angle of 340.11º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2764 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 100 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.13 |
| HSL | 340.11º | 0.74% | 0.51% | - |
| HSV(B) | 340.11º | 0.83% | 0.87% | - |
| XYZ | 33.46 | 18.06 | 13.78 | - |
| YUV | 100.97 | 127.46 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 100 | 0 | 0.83 | 0.55 | 0.13 | 340.11 | 0.74 | 0.51 |
| Hex | DF | 27 | 64 | 0 | 53 | 37 | D | 154 | 4A | 33 |
| Octal | 337 | 47 | 144 | 0 | 123 | 67 | 15 | 524 | 112 | 63 |
| Binary | 11011111 | 100111 | 1100100 | 0 | 1010011 | 110111 | 1101 | 101010100 | 1001010 | 110011 |
Color Harmonies of #DF2764
Complementary color
Monochromatic Colors of #DF2764
Black with #DF2764
Text Example
Text Example
White with #DF2764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2764; }
p { color: rgb(223,39,100); }
H1.HeaderClassName
{
color: #DF2764;
}
.AnyTagClassName
{
color: #DF2764;
}
</style>
background-color css
<style>
a { background-color: #DF2764; }
a { background-color: rgb(223,39,100); }
div.DivClassName
{
background-color: #DF2764;
}
.BgClassName
{
background-color: #DF2764;
}
</style>
border-color css
<style>
span { border-color: #DF2764; }
span { border-color: rgb(223,39,100); }
td.TdClassName
{
border-color: #DF2764;
}
.TagClassName
{
border-color: #DF2764;
}
</style>