Shades of Persian Rose #DF31A8
Tints of Persian Rose #DF31A8
RGB
CMYK
RGB Variations
Color information
#DF31A8 (or 0xDF31A8) is known color: Persian Rose. HEX triplet: DF, 31 and A8. RGB value is (223,49,168). Sum of RGB (Red+Green+Blue) = 223+49+168=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF31A8 is #20CE57. Grayscale: #727272. Windows color (decimal): -2149976 or 11022815. OLE color: 11022815.
HSL color Cylindrical-coordinate representation of color #DF31A8: hue angle of 318.97º 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 #DF31A8 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 168 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.13 |
| HSL | 318.97º | 0.73% | 0.53% | - |
| HSV(B) | 318.97º | 0.78% | 0.87% | - |
| XYZ | 38.6 | 20.71 | 39.01 | - |
| YUV | 114.59 | 158.15 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 168 | 0 | 0.78 | 0.25 | 0.13 | 318.97 | 0.73 | 0.53 |
| Hex | DF | 31 | A8 | 0 | 4E | 19 | D | 13F | 49 | 35 |
| Octal | 337 | 61 | 250 | 0 | 116 | 31 | 15 | 477 | 111 | 65 |
| Binary | 11011111 | 110001 | 10101000 | 0 | 1001110 | 11001 | 1101 | 100111111 | 1001001 | 110101 |
Color Harmonies of #DF31A8
Complementary color
Monochromatic Colors of #DF31A8
Black with #DF31A8
Text Example
Text Example
White with #DF31A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF31A8; }
p { color: rgb(223,49,168); }
H1.HeaderClassName
{
color: #DF31A8;
}
.AnyTagClassName
{
color: #DF31A8;
}
</style>
background-color css
<style>
a { background-color: #DF31A8; }
a { background-color: rgb(223,49,168); }
div.DivClassName
{
background-color: #DF31A8;
}
.BgClassName
{
background-color: #DF31A8;
}
</style>
border-color css
<style>
span { border-color: #DF31A8; }
span { border-color: rgb(223,49,168); }
td.TdClassName
{
border-color: #DF31A8;
}
.TagClassName
{
border-color: #DF31A8;
}
</style>