Shades of Persian Rose #DF31A6
Tints of Persian Rose #DF31A6
RGB
CMYK
RGB Variations
Color information
#DF31A6 (or 0xDF31A6) is known color: Persian Rose. HEX triplet: DF, 31 and A6. RGB value is (223,49,166). Sum of RGB (Red+Green+Blue) = 223+49+166=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF31A6 is #20CE59. Grayscale: #727272. Windows color (decimal): -2149978 or 10891743. OLE color: 10891743.
HSL color Cylindrical-coordinate representation of color #DF31A6: hue angle of 319.66º 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 #DF31A6 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 166 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.13 |
| HSL | 319.66º | 0.73% | 0.53% | - |
| HSV(B) | 319.66º | 0.78% | 0.87% | - |
| XYZ | 38.41 | 20.64 | 38.04 | - |
| YUV | 114.36 | 157.15 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 166 | 0 | 0.78 | 0.26 | 0.13 | 319.66 | 0.73 | 0.53 |
| Hex | DF | 31 | A6 | 0 | 4E | 1A | D | 140 | 49 | 35 |
| Octal | 337 | 61 | 246 | 0 | 116 | 32 | 15 | 500 | 111 | 65 |
| Binary | 11011111 | 110001 | 10100110 | 0 | 1001110 | 11010 | 1101 | 101000000 | 1001001 | 110101 |
Color Harmonies of #DF31A6
Complementary color
Monochromatic Colors of #DF31A6
Black with #DF31A6
Text Example
Text Example
White with #DF31A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF31A6; }
p { color: rgb(223,49,166); }
H1.HeaderClassName
{
color: #DF31A6;
}
.AnyTagClassName
{
color: #DF31A6;
}
</style>
background-color css
<style>
a { background-color: #DF31A6; }
a { background-color: rgb(223,49,166); }
div.DivClassName
{
background-color: #DF31A6;
}
.BgClassName
{
background-color: #DF31A6;
}
</style>
border-color css
<style>
span { border-color: #DF31A6; }
span { border-color: rgb(223,49,166); }
td.TdClassName
{
border-color: #DF31A6;
}
.TagClassName
{
border-color: #DF31A6;
}
</style>