Shades of Deep Cerise #DF317B
Tints of Deep Cerise #DF317B
RGB
CMYK
RGB Variations
Color information
#DF317B (or 0xDF317B) is known color: Deep Cerise. HEX triplet: DF, 31 and 7B. RGB value is (223,49,123). Sum of RGB (Red+Green+Blue) = 223+49+123=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF317B is #20CE84. Grayscale: #6D6D6D. Windows color (decimal): -2150021 or 8073695. OLE color: 8073695.
HSL color Cylindrical-coordinate representation of color #DF317B: hue angle of 334.48º 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 #DF317B is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 123 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.13 |
| HSL | 334.48º | 0.73% | 0.53% | - |
| HSV(B) | 334.48º | 0.78% | 0.87% | - |
| XYZ | 35.1 | 19.31 | 20.62 | - |
| YUV | 109.46 | 135.65 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 123 | 0 | 0.78 | 0.45 | 0.13 | 334.48 | 0.73 | 0.53 |
| Hex | DF | 31 | 7B | 0 | 4E | 2D | D | 14E | 49 | 35 |
| Octal | 337 | 61 | 173 | 0 | 116 | 55 | 15 | 516 | 111 | 65 |
| Binary | 11011111 | 110001 | 1111011 | 0 | 1001110 | 101101 | 1101 | 101001110 | 1001001 | 110101 |
Color Harmonies of #DF317B
Complementary color
Monochromatic Colors of #DF317B
Black with #DF317B
Text Example
Text Example
White with #DF317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF317B; }
p { color: rgb(223,49,123); }
H1.HeaderClassName
{
color: #DF317B;
}
.AnyTagClassName
{
color: #DF317B;
}
</style>
background-color css
<style>
a { background-color: #DF317B; }
a { background-color: rgb(223,49,123); }
div.DivClassName
{
background-color: #DF317B;
}
.BgClassName
{
background-color: #DF317B;
}
</style>
border-color css
<style>
span { border-color: #DF317B; }
span { border-color: rgb(223,49,123); }
td.TdClassName
{
border-color: #DF317B;
}
.TagClassName
{
border-color: #DF317B;
}
</style>