Shades of Deep Cerise #DF278A
Tints of Deep Cerise #DF278A
RGB
CMYK
RGB Variations
Color information
#DF278A (or 0xDF278A) is known color: Deep Cerise. HEX triplet: DF, 27 and 8A. RGB value is (223,39,138). Sum of RGB (Red+Green+Blue) = 223+39+138=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF278A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF278A is #20D875. Grayscale: #696969. Windows color (decimal): -2152566 or 9054175. OLE color: 9054175.
HSL color Cylindrical-coordinate representation of color #DF278A: hue angle of 327.72º 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 #DF278A is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 138 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.13 |
| HSL | 327.72º | 0.74% | 0.51% | - |
| HSV(B) | 327.72º | 0.83% | 0.87% | - |
| XYZ | 35.74 | 18.97 | 25.82 | - |
| YUV | 105.3 | 146.46 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 138 | 0 | 0.83 | 0.38 | 0.13 | 327.72 | 0.74 | 0.51 |
| Hex | DF | 27 | 8A | 0 | 53 | 26 | D | 148 | 4A | 33 |
| Octal | 337 | 47 | 212 | 0 | 123 | 46 | 15 | 510 | 112 | 63 |
| Binary | 11011111 | 100111 | 10001010 | 0 | 1010011 | 100110 | 1101 | 101001000 | 1001010 | 110011 |
Color Harmonies of #DF278A
Complementary color
Monochromatic Colors of #DF278A
Black with #DF278A
Text Example
Text Example
White with #DF278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF278A; }
p { color: rgb(223,39,138); }
H1.HeaderClassName
{
color: #DF278A;
}
.AnyTagClassName
{
color: #DF278A;
}
</style>
background-color css
<style>
a { background-color: #DF278A; }
a { background-color: rgb(223,39,138); }
div.DivClassName
{
background-color: #DF278A;
}
.BgClassName
{
background-color: #DF278A;
}
</style>
border-color css
<style>
span { border-color: #DF278A; }
span { border-color: rgb(223,39,138); }
td.TdClassName
{
border-color: #DF278A;
}
.TagClassName
{
border-color: #DF278A;
}
</style>