Shades of Cerise #DF2C6A
Tints of Cerise #DF2C6A
RGB
CMYK
RGB Variations
Color information
#DF2C6A (or 0xDF2C6A) is known color: Cerise. HEX triplet: DF, 2C and 6A. RGB value is (223,44,106). Sum of RGB (Red+Green+Blue) = 223+44+106=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2C6A is #20D395. Grayscale: #686868. Windows color (decimal): -2151318 or 6958303. OLE color: 6958303.
HSL color Cylindrical-coordinate representation of color #DF2C6A: hue angle of 339.22º 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 #DF2C6A is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 106 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.13 |
| HSL | 339.22º | 0.74% | 0.52% | - |
| HSV(B) | 339.22º | 0.8% | 0.87% | - |
| XYZ | 33.93 | 18.53 | 15.42 | - |
| YUV | 104.59 | 128.8 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 106 | 0 | 0.80 | 0.52 | 0.13 | 339.22 | 0.74 | 0.52 |
| Hex | DF | 2C | 6A | 0 | 50 | 34 | D | 153 | 4A | 34 |
| Octal | 337 | 54 | 152 | 0 | 120 | 64 | 15 | 523 | 112 | 64 |
| Binary | 11011111 | 101100 | 1101010 | 0 | 1010000 | 110100 | 1101 | 101010011 | 1001010 | 110100 |
Color Harmonies of #DF2C6A
Complementary color
Monochromatic Colors of #DF2C6A
Black with #DF2C6A
Text Example
Text Example
White with #DF2C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2C6A; }
p { color: rgb(223,44,106); }
H1.HeaderClassName
{
color: #DF2C6A;
}
.AnyTagClassName
{
color: #DF2C6A;
}
</style>
background-color css
<style>
a { background-color: #DF2C6A; }
a { background-color: rgb(223,44,106); }
div.DivClassName
{
background-color: #DF2C6A;
}
.BgClassName
{
background-color: #DF2C6A;
}
</style>
border-color css
<style>
span { border-color: #DF2C6A; }
span { border-color: rgb(223,44,106); }
td.TdClassName
{
border-color: #DF2C6A;
}
.TagClassName
{
border-color: #DF2C6A;
}
</style>