Shades of Deep Cerise #DF318D
Tints of Deep Cerise #DF318D
RGB
CMYK
RGB Variations
Color information
#DF318D (or 0xDF318D) is known color: Deep Cerise. HEX triplet: DF, 31 and 8D. RGB value is (223,49,141). Sum of RGB (Red+Green+Blue) = 223+49+141=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF318D is #20CE72. Grayscale: #6F6F6F. Windows color (decimal): -2150003 or 9253343. OLE color: 9253343.
HSL color Cylindrical-coordinate representation of color #DF318D: hue angle of 328.28º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF318D is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 141 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.13 |
| HSL | 328.28º | 0.73% | 0.53% | - |
| HSV(B) | 328.28º | 0.78% | 0.87% | - |
| XYZ | 36.34 | 19.81 | 27.11 | - |
| YUV | 111.51 | 144.65 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 141 | 0 | 0.78 | 0.37 | 0.13 | 328.28 | 0.73 | 0.53 |
| Hex | DF | 31 | 8D | 0 | 4E | 25 | D | 148 | 49 | 35 |
| Octal | 337 | 61 | 215 | 0 | 116 | 45 | 15 | 510 | 111 | 65 |
| Binary | 11011111 | 110001 | 10001101 | 0 | 1001110 | 100101 | 1101 | 101001000 | 1001001 | 110101 |
Color Harmonies of #DF318D
Complementary color
Monochromatic Colors of #DF318D
Black with #DF318D
Text Example
Text Example
White with #DF318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF318D; }
p { color: rgb(223,49,141); }
H1.HeaderClassName
{
color: #DF318D;
}
.AnyTagClassName
{
color: #DF318D;
}
</style>
background-color css
<style>
a { background-color: #DF318D; }
a { background-color: rgb(223,49,141); }
div.DivClassName
{
background-color: #DF318D;
}
.BgClassName
{
background-color: #DF318D;
}
</style>
border-color css
<style>
span { border-color: #DF318D; }
span { border-color: rgb(223,49,141); }
td.TdClassName
{
border-color: #DF318D;
}
.TagClassName
{
border-color: #DF318D;
}
</style>