Shades of Deep Cerise #DF317A
Tints of Deep Cerise #DF317A
RGB
CMYK
RGB Variations
Color information
#DF317A (or 0xDF317A) is known color: Deep Cerise. HEX triplet: DF, 31 and 7A. RGB value is (223,49,122). Sum of RGB (Red+Green+Blue) = 223+49+122=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF317A is #20CE85. Grayscale: #6D6D6D. Windows color (decimal): -2150022 or 8008159. OLE color: 8008159.
HSL color Cylindrical-coordinate representation of color #DF317A: hue angle of 334.83º 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 #DF317A is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 122 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.13 |
| HSL | 334.83º | 0.73% | 0.53% | - |
| HSV(B) | 334.83º | 0.78% | 0.87% | - |
| XYZ | 35.04 | 19.29 | 20.29 | - |
| YUV | 109.35 | 135.15 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 122 | 0 | 0.78 | 0.45 | 0.13 | 334.83 | 0.73 | 0.53 |
| Hex | DF | 31 | 7A | 0 | 4E | 2D | D | 14F | 49 | 35 |
| Octal | 337 | 61 | 172 | 0 | 116 | 55 | 15 | 517 | 111 | 65 |
| Binary | 11011111 | 110001 | 1111010 | 0 | 1001110 | 101101 | 1101 | 101001111 | 1001001 | 110101 |
Color Harmonies of #DF317A
Complementary color
Monochromatic Colors of #DF317A
Black with #DF317A
Text Example
Text Example
White with #DF317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF317A; }
p { color: rgb(223,49,122); }
H1.HeaderClassName
{
color: #DF317A;
}
.AnyTagClassName
{
color: #DF317A;
}
</style>
background-color css
<style>
a { background-color: #DF317A; }
a { background-color: rgb(223,49,122); }
div.DivClassName
{
background-color: #DF317A;
}
.BgClassName
{
background-color: #DF317A;
}
</style>
border-color css
<style>
span { border-color: #DF317A; }
span { border-color: rgb(223,49,122); }
td.TdClassName
{
border-color: #DF317A;
}
.TagClassName
{
border-color: #DF317A;
}
</style>