Shades of Deep Cerise #DF278E
Tints of Deep Cerise #DF278E
RGB
CMYK
RGB Variations
Color information
#DF278E (or 0xDF278E) is known color: Deep Cerise. HEX triplet: DF, 27 and 8E. RGB value is (223,39,142). Sum of RGB (Red+Green+Blue) = 223+39+142=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF278E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF278E is #20D871. Grayscale: #696969. Windows color (decimal): -2152562 or 9316319. OLE color: 9316319.
HSL color Cylindrical-coordinate representation of color #DF278E: hue angle of 326.41º 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 #DF278E is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 142 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.13 |
| HSL | 326.41º | 0.74% | 0.51% | - |
| HSV(B) | 326.41º | 0.83% | 0.87% | - |
| XYZ | 36.04 | 19.09 | 27.38 | - |
| YUV | 105.76 | 148.46 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 142 | 0 | 0.83 | 0.36 | 0.13 | 326.41 | 0.74 | 0.51 |
| Hex | DF | 27 | 8E | 0 | 53 | 24 | D | 146 | 4A | 33 |
| Octal | 337 | 47 | 216 | 0 | 123 | 44 | 15 | 506 | 112 | 63 |
| Binary | 11011111 | 100111 | 10001110 | 0 | 1010011 | 100100 | 1101 | 101000110 | 1001010 | 110011 |
Color Harmonies of #DF278E
Complementary color
Monochromatic Colors of #DF278E
Black with #DF278E
Text Example
Text Example
White with #DF278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF278E; }
p { color: rgb(223,39,142); }
H1.HeaderClassName
{
color: #DF278E;
}
.AnyTagClassName
{
color: #DF278E;
}
</style>
background-color css
<style>
a { background-color: #DF278E; }
a { background-color: rgb(223,39,142); }
div.DivClassName
{
background-color: #DF278E;
}
.BgClassName
{
background-color: #DF278E;
}
</style>
border-color css
<style>
span { border-color: #DF278E; }
span { border-color: rgb(223,39,142); }
td.TdClassName
{
border-color: #DF278E;
}
.TagClassName
{
border-color: #DF278E;
}
</style>