Shades of Persian Rose #DF20A0
Tints of Persian Rose #DF20A0
RGB
CMYK
RGB Variations
Color information
#DF20A0 (or 0xDF20A0) is known color: Persian Rose. HEX triplet: DF, 20 and A0. RGB value is (223,32,160). Sum of RGB (Red+Green+Blue) = 223+32+160=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF20A0 is #20DF5F. Grayscale: #676767. Windows color (decimal): -2154336 or 10494175. OLE color: 10494175.
HSL color Cylindrical-coordinate representation of color #DF20A0: hue angle of 319.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF20A0 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 160 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.13 |
| HSL | 319.79º | 0.75% | 0.5% | - |
| HSV(B) | 319.79º | 0.86% | 0.87% | - |
| XYZ | 37.29 | 19.26 | 35.01 | - |
| YUV | 103.7 | 159.78 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 160 | 0 | 0.86 | 0.28 | 0.13 | 319.79 | 0.75 | 0.5 |
| Hex | DF | 20 | A0 | 0 | 56 | 1C | D | 140 | 4B | 32 |
| Octal | 337 | 40 | 240 | 0 | 126 | 34 | 15 | 500 | 113 | 62 |
| Binary | 11011111 | 100000 | 10100000 | 0 | 1010110 | 11100 | 1101 | 101000000 | 1001011 | 110010 |
Color Harmonies of #DF20A0
Complementary color
Monochromatic Colors of #DF20A0
Black with #DF20A0
Text Example
Text Example
White with #DF20A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20A0; }
p { color: rgb(223,32,160); }
H1.HeaderClassName
{
color: #DF20A0;
}
.AnyTagClassName
{
color: #DF20A0;
}
</style>
background-color css
<style>
a { background-color: #DF20A0; }
a { background-color: rgb(223,32,160); }
div.DivClassName
{
background-color: #DF20A0;
}
.BgClassName
{
background-color: #DF20A0;
}
</style>
border-color css
<style>
span { border-color: #DF20A0; }
span { border-color: rgb(223,32,160); }
td.TdClassName
{
border-color: #DF20A0;
}
.TagClassName
{
border-color: #DF20A0;
}
</style>