Shades of Deep Cerise #DF1E91
Tints of Deep Cerise #DF1E91
RGB
CMYK
RGB Variations
Color information
#DF1E91 (or 0xDF1E91) is known color: Deep Cerise. HEX triplet: DF, 1E and 91. RGB value is (223,30,145). Sum of RGB (Red+Green+Blue) = 223+30+145=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1E91 is #20E16E. Grayscale: #646464. Windows color (decimal): -2154863 or 9510623. OLE color: 9510623.
HSL color Cylindrical-coordinate representation of color #DF1E91: hue angle of 324.25º 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 #DF1E91 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 30 | 145 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.13 |
| HSL | 324.25º | 0.76% | 0.5% | - |
| HSV(B) | 324.25º | 0.87% | 0.87% | - |
| XYZ | 36.01 | 18.66 | 28.49 | - |
| YUV | 100.82 | 152.94 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 145 | 0 | 0.87 | 0.35 | 0.13 | 324.25 | 0.76 | 0.5 |
| Hex | DF | 1E | 91 | 0 | 57 | 23 | D | 144 | 4C | 32 |
| Octal | 337 | 36 | 221 | 0 | 127 | 43 | 15 | 504 | 114 | 62 |
| Binary | 11011111 | 11110 | 10010001 | 0 | 1010111 | 100011 | 1101 | 101000100 | 1001100 | 110010 |
Color Harmonies of #DF1E91
Complementary color
Monochromatic Colors of #DF1E91
Black with #DF1E91
Text Example
Text Example
White with #DF1E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1E91; }
p { color: rgb(223,30,145); }
H1.HeaderClassName
{
color: #DF1E91;
}
.AnyTagClassName
{
color: #DF1E91;
}
</style>
background-color css
<style>
a { background-color: #DF1E91; }
a { background-color: rgb(223,30,145); }
div.DivClassName
{
background-color: #DF1E91;
}
.BgClassName
{
background-color: #DF1E91;
}
</style>
border-color css
<style>
span { border-color: #DF1E91; }
span { border-color: rgb(223,30,145); }
td.TdClassName
{
border-color: #DF1E91;
}
.TagClassName
{
border-color: #DF1E91;
}
</style>