Shades of Cerise #DF2968
Tints of Cerise #DF2968
RGB
CMYK
RGB Variations
Color information
#DF2968 (or 0xDF2968) is known color: Cerise. HEX triplet: DF, 29 and 68. RGB value is (223,41,104). Sum of RGB (Red+Green+Blue) = 223+41+104=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2968 is #20D697. Grayscale: #666666. Windows color (decimal): -2152088 or 6826463. OLE color: 6826463.
HSL color Cylindrical-coordinate representation of color #DF2968: hue angle of 339.23º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2968 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 104 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.13 |
| HSL | 339.23º | 0.74% | 0.52% | - |
| HSV(B) | 339.23º | 0.82% | 0.87% | - |
| XYZ | 33.72 | 18.27 | 14.85 | - |
| YUV | 102.6 | 128.8 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 104 | 0 | 0.82 | 0.53 | 0.13 | 339.23 | 0.74 | 0.52 |
| Hex | DF | 29 | 68 | 0 | 52 | 35 | D | 153 | 4A | 34 |
| Octal | 337 | 51 | 150 | 0 | 122 | 65 | 15 | 523 | 112 | 64 |
| Binary | 11011111 | 101001 | 1101000 | 0 | 1010010 | 110101 | 1101 | 101010011 | 1001010 | 110100 |
Color Harmonies of #DF2968
Complementary color
Monochromatic Colors of #DF2968
Black with #DF2968
Text Example
Text Example
White with #DF2968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2968; }
p { color: rgb(223,41,104); }
H1.HeaderClassName
{
color: #DF2968;
}
.AnyTagClassName
{
color: #DF2968;
}
</style>
background-color css
<style>
a { background-color: #DF2968; }
a { background-color: rgb(223,41,104); }
div.DivClassName
{
background-color: #DF2968;
}
.BgClassName
{
background-color: #DF2968;
}
</style>
border-color css
<style>
span { border-color: #DF2968; }
span { border-color: rgb(223,41,104); }
td.TdClassName
{
border-color: #DF2968;
}
.TagClassName
{
border-color: #DF2968;
}
</style>