Shades of Persian Rose #DF20A3
Tints of Persian Rose #DF20A3
RGB
CMYK
RGB Variations
Color information
#DF20A3 (or 0xDF20A3) is known color: Persian Rose. HEX triplet: DF, 20 and A3. RGB value is (223,32,163). Sum of RGB (Red+Green+Blue) = 223+32+163=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF20A3 is #20DF5C. Grayscale: #676767. Windows color (decimal): -2154333 or 10690783. OLE color: 10690783.
HSL color Cylindrical-coordinate representation of color #DF20A3: hue angle of 318.85º 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 #DF20A3 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 163 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.13 |
| HSL | 318.85º | 0.75% | 0.5% | - |
| HSV(B) | 318.85º | 0.86% | 0.87% | - |
| XYZ | 37.56 | 19.37 | 36.41 | - |
| YUV | 104.04 | 161.28 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 163 | 0 | 0.86 | 0.27 | 0.13 | 318.85 | 0.75 | 0.5 |
| Hex | DF | 20 | A3 | 0 | 56 | 1B | D | 13F | 4B | 32 |
| Octal | 337 | 40 | 243 | 0 | 126 | 33 | 15 | 477 | 113 | 62 |
| Binary | 11011111 | 100000 | 10100011 | 0 | 1010110 | 11011 | 1101 | 100111111 | 1001011 | 110010 |
Color Harmonies of #DF20A3
Complementary color
Monochromatic Colors of #DF20A3
Black with #DF20A3
Text Example
Text Example
White with #DF20A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20A3; }
p { color: rgb(223,32,163); }
H1.HeaderClassName
{
color: #DF20A3;
}
.AnyTagClassName
{
color: #DF20A3;
}
</style>
background-color css
<style>
a { background-color: #DF20A3; }
a { background-color: rgb(223,32,163); }
div.DivClassName
{
background-color: #DF20A3;
}
.BgClassName
{
background-color: #DF20A3;
}
</style>
border-color css
<style>
span { border-color: #DF20A3; }
span { border-color: rgb(223,32,163); }
td.TdClassName
{
border-color: #DF20A3;
}
.TagClassName
{
border-color: #DF20A3;
}
</style>