Shades of Deep Cerise #DF1C8D
Tints of Deep Cerise #DF1C8D
RGB
CMYK
RGB Variations
Color information
#DF1C8D (or 0xDF1C8D) is known color: Deep Cerise. HEX triplet: DF, 1C and 8D. RGB value is (223,28,141). Sum of RGB (Red+Green+Blue) = 223+28+141=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1C8D is #20E372. Grayscale: #626262. Windows color (decimal): -2155379 or 9247967. OLE color: 9247967.
HSL color Cylindrical-coordinate representation of color #DF1C8D: hue angle of 325.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1C8D is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 28 | 141 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.13 |
| HSL | 325.23º | 0.78% | 0.49% | - |
| HSV(B) | 325.23º | 0.87% | 0.87% | - |
| XYZ | 35.65 | 18.44 | 26.88 | - |
| YUV | 99.19 | 151.6 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 28 | 141 | 0 | 0.87 | 0.37 | 0.13 | 325.23 | 0.78 | 0.49 |
| Hex | DF | 1C | 8D | 0 | 57 | 25 | D | 145 | 4E | 31 |
| Octal | 337 | 34 | 215 | 0 | 127 | 45 | 15 | 505 | 116 | 61 |
| Binary | 11011111 | 11100 | 10001101 | 0 | 1010111 | 100101 | 1101 | 101000101 | 1001110 | 110001 |
Color Harmonies of #DF1C8D
Complementary color
Monochromatic Colors of #DF1C8D
Black with #DF1C8D
Text Example
Text Example
White with #DF1C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1C8D; }
p { color: rgb(223,28,141); }
H1.HeaderClassName
{
color: #DF1C8D;
}
.AnyTagClassName
{
color: #DF1C8D;
}
</style>
background-color css
<style>
a { background-color: #DF1C8D; }
a { background-color: rgb(223,28,141); }
div.DivClassName
{
background-color: #DF1C8D;
}
.BgClassName
{
background-color: #DF1C8D;
}
</style>
border-color css
<style>
span { border-color: #DF1C8D; }
span { border-color: rgb(223,28,141); }
td.TdClassName
{
border-color: #DF1C8D;
}
.TagClassName
{
border-color: #DF1C8D;
}
</style>