Shades of Persian Pink #DF71B7
Tints of Persian Pink #DF71B7
RGB
CMYK
RGB Variations
Color information
#DF71B7 (or 0xDF71B7) is known color: Persian Pink. HEX triplet: DF, 71 and B7. RGB value is (223,113,183). Sum of RGB (Red+Green+Blue) = 223+113+183=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF71B7 is #208E48. Grayscale: #999999. Windows color (decimal): -2133577 or 12022239. OLE color: 12022239.
HSL color Cylindrical-coordinate representation of color #DF71B7: hue angle of 321.82º 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 #DF71B7 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 183 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.13 |
| HSL | 321.82º | 0.63% | 0.66% | - |
| HSV(B) | 321.82º | 0.49% | 0.87% | - |
| XYZ | 44.88 | 30.92 | 48.4 | - |
| YUV | 153.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 183 | 0 | 0.49 | 0.18 | 0.13 | 321.82 | 0.63 | 0.66 |
| Hex | DF | 71 | B7 | 0 | 31 | 12 | D | 142 | 3F | 42 |
| Octal | 337 | 161 | 267 | 0 | 61 | 22 | 15 | 502 | 77 | 102 |
| Binary | 11011111 | 1110001 | 10110111 | 0 | 110001 | 10010 | 1101 | 101000010 | 111111 | 1000010 |
Color Harmonies of #DF71B7
Complementary color
Monochromatic Colors of #DF71B7
Black with #DF71B7
Text Example
Text Example
White with #DF71B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF71B7; }
p { color: rgb(223,113,183); }
H1.HeaderClassName
{
color: #DF71B7;
}
.AnyTagClassName
{
color: #DF71B7;
}
</style>
background-color css
<style>
a { background-color: #DF71B7; }
a { background-color: rgb(223,113,183); }
div.DivClassName
{
background-color: #DF71B7;
}
.BgClassName
{
background-color: #DF71B7;
}
</style>
border-color css
<style>
span { border-color: #DF71B7; }
span { border-color: rgb(223,113,183); }
td.TdClassName
{
border-color: #DF71B7;
}
.TagClassName
{
border-color: #DF71B7;
}
</style>