Shades of Persian Pink #DF71AF
Tints of Persian Pink #DF71AF
RGB
CMYK
RGB Variations
Color information
#DF71AF (or 0xDF71AF) is known color: Persian Pink. HEX triplet: DF, 71 and AF. RGB value is (223,113,175). Sum of RGB (Red+Green+Blue) = 223+113+175=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF71AF is #208E50. Grayscale: #989898. Windows color (decimal): -2133585 or 11497951. OLE color: 11497951.
HSL color Cylindrical-coordinate representation of color #DF71AF: hue angle of 326.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF71AF is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 175 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.13 |
| HSL | 326.18º | 0.63% | 0.66% | - |
| HSV(B) | 326.18º | 0.49% | 0.87% | - |
| XYZ | 44.07 | 30.59 | 44.14 | - |
| YUV | 152.96 | 140.44 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 175 | 0 | 0.49 | 0.22 | 0.13 | 326.18 | 0.63 | 0.66 |
| Hex | DF | 71 | AF | 0 | 31 | 16 | D | 146 | 3F | 42 |
| Octal | 337 | 161 | 257 | 0 | 61 | 26 | 15 | 506 | 77 | 102 |
| Binary | 11011111 | 1110001 | 10101111 | 0 | 110001 | 10110 | 1101 | 101000110 | 111111 | 1000010 |
Color Harmonies of #DF71AF
Complementary color
Monochromatic Colors of #DF71AF
Black with #DF71AF
Text Example
Text Example
White with #DF71AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF71AF; }
p { color: rgb(223,113,175); }
H1.HeaderClassName
{
color: #DF71AF;
}
.AnyTagClassName
{
color: #DF71AF;
}
</style>
background-color css
<style>
a { background-color: #DF71AF; }
a { background-color: rgb(223,113,175); }
div.DivClassName
{
background-color: #DF71AF;
}
.BgClassName
{
background-color: #DF71AF;
}
</style>
border-color css
<style>
span { border-color: #DF71AF; }
span { border-color: rgb(223,113,175); }
td.TdClassName
{
border-color: #DF71AF;
}
.TagClassName
{
border-color: #DF71AF;
}
</style>