Shades of Persian Rose #DF31A7
Tints of Persian Rose #DF31A7
RGB
CMYK
RGB Variations
Color information
#DF31A7 (or 0xDF31A7) is known color: Persian Rose. HEX triplet: DF, 31 and A7. RGB value is (223,49,167). Sum of RGB (Red+Green+Blue) = 223+49+167=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF31A7 is #20CE58. Grayscale: #727272. Windows color (decimal): -2149977 or 10957279. OLE color: 10957279.
HSL color Cylindrical-coordinate representation of color #DF31A7: hue angle of 319.31º 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 #DF31A7 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 167 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.13 |
| HSL | 319.31º | 0.73% | 0.53% | - |
| HSV(B) | 319.31º | 0.78% | 0.87% | - |
| XYZ | 38.5 | 20.67 | 38.52 | - |
| YUV | 114.48 | 157.65 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 167 | 0 | 0.78 | 0.25 | 0.13 | 319.31 | 0.73 | 0.53 |
| Hex | DF | 31 | A7 | 0 | 4E | 19 | D | 13F | 49 | 35 |
| Octal | 337 | 61 | 247 | 0 | 116 | 31 | 15 | 477 | 111 | 65 |
| Binary | 11011111 | 110001 | 10100111 | 0 | 1001110 | 11001 | 1101 | 100111111 | 1001001 | 110101 |
Color Harmonies of #DF31A7
Complementary color
Monochromatic Colors of #DF31A7
Black with #DF31A7
Text Example
Text Example
White with #DF31A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF31A7; }
p { color: rgb(223,49,167); }
H1.HeaderClassName
{
color: #DF31A7;
}
.AnyTagClassName
{
color: #DF31A7;
}
</style>
background-color css
<style>
a { background-color: #DF31A7; }
a { background-color: rgb(223,49,167); }
div.DivClassName
{
background-color: #DF31A7;
}
.BgClassName
{
background-color: #DF31A7;
}
</style>
border-color css
<style>
span { border-color: #DF31A7; }
span { border-color: rgb(223,49,167); }
td.TdClassName
{
border-color: #DF31A7;
}
.TagClassName
{
border-color: #DF31A7;
}
</style>