Shades of Deep Cerise #DF318B
Tints of Deep Cerise #DF318B
RGB
CMYK
RGB Variations
Color information
#DF318B (or 0xDF318B) is known color: Deep Cerise. HEX triplet: DF, 31 and 8B. RGB value is (223,49,139). Sum of RGB (Red+Green+Blue) = 223+49+139=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF318B is #20CE74. Grayscale: #6F6F6F. Windows color (decimal): -2150005 or 9122271. OLE color: 9122271.
HSL color Cylindrical-coordinate representation of color #DF318B: hue angle of 328.97º 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 #DF318B is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 139 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.13 |
| HSL | 328.97º | 0.73% | 0.53% | - |
| HSV(B) | 328.97º | 0.78% | 0.87% | - |
| XYZ | 36.19 | 19.75 | 26.33 | - |
| YUV | 111.29 | 143.65 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 139 | 0 | 0.78 | 0.38 | 0.13 | 328.97 | 0.73 | 0.53 |
| Hex | DF | 31 | 8B | 0 | 4E | 26 | D | 149 | 49 | 35 |
| Octal | 337 | 61 | 213 | 0 | 116 | 46 | 15 | 511 | 111 | 65 |
| Binary | 11011111 | 110001 | 10001011 | 0 | 1001110 | 100110 | 1101 | 101001001 | 1001001 | 110101 |
Color Harmonies of #DF318B
Complementary color
Monochromatic Colors of #DF318B
Black with #DF318B
Text Example
Text Example
White with #DF318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF318B; }
p { color: rgb(223,49,139); }
H1.HeaderClassName
{
color: #DF318B;
}
.AnyTagClassName
{
color: #DF318B;
}
</style>
background-color css
<style>
a { background-color: #DF318B; }
a { background-color: rgb(223,49,139); }
div.DivClassName
{
background-color: #DF318B;
}
.BgClassName
{
background-color: #DF318B;
}
</style>
border-color css
<style>
span { border-color: #DF318B; }
span { border-color: rgb(223,49,139); }
td.TdClassName
{
border-color: #DF318B;
}
.TagClassName
{
border-color: #DF318B;
}
</style>