Shades of Persian Pink #DF71BA
Tints of Persian Pink #DF71BA
RGB
CMYK
RGB Variations
Color information
#DF71BA (or 0xDF71BA) is known color: Persian Pink. HEX triplet: DF, 71 and BA. RGB value is (223,113,186). Sum of RGB (Red+Green+Blue) = 223+113+186=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF71BA is #208E45. Grayscale: #9A9A9A. Windows color (decimal): -2133574 or 12218847. OLE color: 12218847.
HSL color Cylindrical-coordinate representation of color #DF71BA: hue angle of 320.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 #DF71BA is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 186 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.13 |
| HSL | 320.18º | 0.63% | 0.66% | - |
| HSV(B) | 320.18º | 0.49% | 0.87% | - |
| XYZ | 45.2 | 31.04 | 50.06 | - |
| YUV | 154.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 186 | 0 | 0.49 | 0.17 | 0.13 | 320.18 | 0.63 | 0.66 |
| Hex | DF | 71 | BA | 0 | 31 | 11 | D | 140 | 3F | 42 |
| Octal | 337 | 161 | 272 | 0 | 61 | 21 | 15 | 500 | 77 | 102 |
| Binary | 11011111 | 1110001 | 10111010 | 0 | 110001 | 10001 | 1101 | 101000000 | 111111 | 1000010 |
Color Harmonies of #DF71BA
Complementary color
Monochromatic Colors of #DF71BA
Black with #DF71BA
Text Example
Text Example
White with #DF71BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF71BA; }
p { color: rgb(223,113,186); }
H1.HeaderClassName
{
color: #DF71BA;
}
.AnyTagClassName
{
color: #DF71BA;
}
</style>
background-color css
<style>
a { background-color: #DF71BA; }
a { background-color: rgb(223,113,186); }
div.DivClassName
{
background-color: #DF71BA;
}
.BgClassName
{
background-color: #DF71BA;
}
</style>
border-color css
<style>
span { border-color: #DF71BA; }
span { border-color: rgb(223,113,186); }
td.TdClassName
{
border-color: #DF71BA;
}
.TagClassName
{
border-color: #DF71BA;
}
</style>