Shades of Deep Cerise #DF317E
Tints of Deep Cerise #DF317E
RGB
CMYK
RGB Variations
Color information
#DF317E (or 0xDF317E) is known color: Deep Cerise. HEX triplet: DF, 31 and 7E. RGB value is (223,49,126). Sum of RGB (Red+Green+Blue) = 223+49+126=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF317E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF317E is #20CE81. Grayscale: #6D6D6D. Windows color (decimal): -2150018 or 8270303. OLE color: 8270303.
HSL color Cylindrical-coordinate representation of color #DF317E: hue angle of 333.45º 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 #DF317E is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 126 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.13 |
| HSL | 333.45º | 0.73% | 0.53% | - |
| HSV(B) | 333.45º | 0.78% | 0.87% | - |
| XYZ | 35.3 | 19.39 | 21.62 | - |
| YUV | 109.8 | 137.15 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 126 | 0 | 0.78 | 0.43 | 0.13 | 333.45 | 0.73 | 0.53 |
| Hex | DF | 31 | 7E | 0 | 4E | 2B | D | 14D | 49 | 35 |
| Octal | 337 | 61 | 176 | 0 | 116 | 53 | 15 | 515 | 111 | 65 |
| Binary | 11011111 | 110001 | 1111110 | 0 | 1001110 | 101011 | 1101 | 101001101 | 1001001 | 110101 |
Color Harmonies of #DF317E
Complementary color
Monochromatic Colors of #DF317E
Black with #DF317E
Text Example
Text Example
White with #DF317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF317E; }
p { color: rgb(223,49,126); }
H1.HeaderClassName
{
color: #DF317E;
}
.AnyTagClassName
{
color: #DF317E;
}
</style>
background-color css
<style>
a { background-color: #DF317E; }
a { background-color: rgb(223,49,126); }
div.DivClassName
{
background-color: #DF317E;
}
.BgClassName
{
background-color: #DF317E;
}
</style>
border-color css
<style>
span { border-color: #DF317E; }
span { border-color: rgb(223,49,126); }
td.TdClassName
{
border-color: #DF317E;
}
.TagClassName
{
border-color: #DF317E;
}
</style>