Shades of Deep Cerise #DF1E8A
Tints of Deep Cerise #DF1E8A
RGB
CMYK
RGB Variations
Color information
#DF1E8A (or 0xDF1E8A) is known color: Deep Cerise. HEX triplet: DF, 1E and 8A. RGB value is (223,30,138). Sum of RGB (Red+Green+Blue) = 223+30+138=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1E8A is #20E175. Grayscale: #636363. Windows color (decimal): -2154870 or 9051871. OLE color: 9051871.
HSL color Cylindrical-coordinate representation of color #DF1E8A: hue angle of 326.42º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1E8A is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 30 | 138 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.13 |
| HSL | 326.42º | 0.76% | 0.5% | - |
| HSV(B) | 326.42º | 0.87% | 0.87% | - |
| XYZ | 35.48 | 18.45 | 25.74 | - |
| YUV | 100.02 | 149.44 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 138 | 0 | 0.87 | 0.38 | 0.13 | 326.42 | 0.76 | 0.5 |
| Hex | DF | 1E | 8A | 0 | 57 | 26 | D | 146 | 4C | 32 |
| Octal | 337 | 36 | 212 | 0 | 127 | 46 | 15 | 506 | 114 | 62 |
| Binary | 11011111 | 11110 | 10001010 | 0 | 1010111 | 100110 | 1101 | 101000110 | 1001100 | 110010 |
Color Harmonies of #DF1E8A
Complementary color
Monochromatic Colors of #DF1E8A
Black with #DF1E8A
Text Example
Text Example
White with #DF1E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1E8A; }
p { color: rgb(223,30,138); }
H1.HeaderClassName
{
color: #DF1E8A;
}
.AnyTagClassName
{
color: #DF1E8A;
}
</style>
background-color css
<style>
a { background-color: #DF1E8A; }
a { background-color: rgb(223,30,138); }
div.DivClassName
{
background-color: #DF1E8A;
}
.BgClassName
{
background-color: #DF1E8A;
}
</style>
border-color css
<style>
span { border-color: #DF1E8A; }
span { border-color: rgb(223,30,138); }
td.TdClassName
{
border-color: #DF1E8A;
}
.TagClassName
{
border-color: #DF1E8A;
}
</style>