Shades of Persian Pink #DF71BC
Tints of Persian Pink #DF71BC
RGB
CMYK
RGB Variations
Color information
#DF71BC (or 0xDF71BC) is known color: Persian Pink. HEX triplet: DF, 71 and BC. RGB value is (223,113,188). Sum of RGB (Red+Green+Blue) = 223+113+188=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF71BC is #208E43. Grayscale: #9A9A9A. Windows color (decimal): -2133572 or 12349919. OLE color: 12349919.
HSL color Cylindrical-coordinate representation of color #DF71BC: hue angle of 319.09º 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 #DF71BC is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 188 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.13 |
| HSL | 319.09º | 0.63% | 0.66% | - |
| HSV(B) | 319.09º | 0.49% | 0.87% | - |
| XYZ | 45.41 | 31.13 | 51.19 | - |
| YUV | 154.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 188 | 0 | 0.49 | 0.16 | 0.13 | 319.09 | 0.63 | 0.66 |
| Hex | DF | 71 | BC | 0 | 31 | 10 | D | 13F | 3F | 42 |
| Octal | 337 | 161 | 274 | 0 | 61 | 20 | 15 | 477 | 77 | 102 |
| Binary | 11011111 | 1110001 | 10111100 | 0 | 110001 | 10000 | 1101 | 100111111 | 111111 | 1000010 |
Color Harmonies of #DF71BC
Complementary color
Monochromatic Colors of #DF71BC
Black with #DF71BC
Text Example
Text Example
White with #DF71BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF71BC; }
p { color: rgb(223,113,188); }
H1.HeaderClassName
{
color: #DF71BC;
}
.AnyTagClassName
{
color: #DF71BC;
}
</style>
background-color css
<style>
a { background-color: #DF71BC; }
a { background-color: rgb(223,113,188); }
div.DivClassName
{
background-color: #DF71BC;
}
.BgClassName
{
background-color: #DF71BC;
}
</style>
border-color css
<style>
span { border-color: #DF71BC; }
span { border-color: rgb(223,113,188); }
td.TdClassName
{
border-color: #DF71BC;
}
.TagClassName
{
border-color: #DF71BC;
}
</style>