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