Shades of Deep Cerise #DF318F
Tints of Deep Cerise #DF318F
RGB
CMYK
RGB Variations
Color information
#DF318F (or 0xDF318F) is known color: Deep Cerise. HEX triplet: DF, 31 and 8F. RGB value is (223,49,143). Sum of RGB (Red+Green+Blue) = 223+49+143=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF318F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF318F is #20CE70. Grayscale: #6F6F6F. Windows color (decimal): -2150001 or 9384415. OLE color: 9384415.
HSL color Cylindrical-coordinate representation of color #DF318F: hue angle of 327.59º 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 #DF318F is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 143 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.13 |
| HSL | 327.59º | 0.73% | 0.53% | - |
| HSV(B) | 327.59º | 0.78% | 0.87% | - |
| XYZ | 36.49 | 19.87 | 27.9 | - |
| YUV | 111.74 | 145.65 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 143 | 0 | 0.78 | 0.36 | 0.13 | 327.59 | 0.73 | 0.53 |
| Hex | DF | 31 | 8F | 0 | 4E | 24 | D | 148 | 49 | 35 |
| Octal | 337 | 61 | 217 | 0 | 116 | 44 | 15 | 510 | 111 | 65 |
| Binary | 11011111 | 110001 | 10001111 | 0 | 1001110 | 100100 | 1101 | 101001000 | 1001001 | 110101 |
Color Harmonies of #DF318F
Complementary color
Monochromatic Colors of #DF318F
Black with #DF318F
Text Example
Text Example
White with #DF318F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF318F; }
p { color: rgb(223,49,143); }
H1.HeaderClassName
{
color: #DF318F;
}
.AnyTagClassName
{
color: #DF318F;
}
</style>
background-color css
<style>
a { background-color: #DF318F; }
a { background-color: rgb(223,49,143); }
div.DivClassName
{
background-color: #DF318F;
}
.BgClassName
{
background-color: #DF318F;
}
</style>
border-color css
<style>
span { border-color: #DF318F; }
span { border-color: rgb(223,49,143); }
td.TdClassName
{
border-color: #DF318F;
}
.TagClassName
{
border-color: #DF318F;
}
</style>