Shades of Deep Cerise #DF277C
Tints of Deep Cerise #DF277C
RGB
CMYK
RGB Variations
Color information
#DF277C (or 0xDF277C) is known color: Deep Cerise. HEX triplet: DF, 27 and 7C. RGB value is (223,39,124). Sum of RGB (Red+Green+Blue) = 223+39+124=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF277C is #20D883. Grayscale: #676767. Windows color (decimal): -2152580 or 8136671. OLE color: 8136671.
HSL color Cylindrical-coordinate representation of color #DF277C: hue angle of 332.28º 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 #DF277C is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 124 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.13 |
| HSL | 332.28º | 0.74% | 0.51% | - |
| HSV(B) | 332.28º | 0.83% | 0.87% | - |
| XYZ | 34.8 | 18.59 | 20.82 | - |
| YUV | 103.71 | 139.46 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 124 | 0 | 0.83 | 0.44 | 0.13 | 332.28 | 0.74 | 0.51 |
| Hex | DF | 27 | 7C | 0 | 53 | 2C | D | 14C | 4A | 33 |
| Octal | 337 | 47 | 174 | 0 | 123 | 54 | 15 | 514 | 112 | 63 |
| Binary | 11011111 | 100111 | 1111100 | 0 | 1010011 | 101100 | 1101 | 101001100 | 1001010 | 110011 |
Color Harmonies of #DF277C
Complementary color
Monochromatic Colors of #DF277C
Black with #DF277C
Text Example
Text Example
White with #DF277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF277C; }
p { color: rgb(223,39,124); }
H1.HeaderClassName
{
color: #DF277C;
}
.AnyTagClassName
{
color: #DF277C;
}
</style>
background-color css
<style>
a { background-color: #DF277C; }
a { background-color: rgb(223,39,124); }
div.DivClassName
{
background-color: #DF277C;
}
.BgClassName
{
background-color: #DF277C;
}
</style>
border-color css
<style>
span { border-color: #DF277C; }
span { border-color: rgb(223,39,124); }
td.TdClassName
{
border-color: #DF277C;
}
.TagClassName
{
border-color: #DF277C;
}
</style>