Shades of Persian Pink #DF71B6
Tints of Persian Pink #DF71B6
RGB
CMYK
RGB Variations
Color information
#DF71B6 (or 0xDF71B6) is known color: Persian Pink. HEX triplet: DF, 71 and B6. RGB value is (223,113,182). Sum of RGB (Red+Green+Blue) = 223+113+182=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF71B6 is #208E49. Grayscale: #999999. Windows color (decimal): -2133578 or 11956703. OLE color: 11956703.
HSL color Cylindrical-coordinate representation of color #DF71B6: hue angle of 322.36º 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 #DF71B6 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 182 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.13 |
| HSL | 322.36º | 0.63% | 0.66% | - |
| HSV(B) | 322.36º | 0.49% | 0.87% | - |
| XYZ | 44.78 | 30.88 | 47.86 | - |
| YUV | 153.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 182 | 0 | 0.49 | 0.18 | 0.13 | 322.36 | 0.63 | 0.66 |
| Hex | DF | 71 | B6 | 0 | 31 | 12 | D | 142 | 3F | 42 |
| Octal | 337 | 161 | 266 | 0 | 61 | 22 | 15 | 502 | 77 | 102 |
| Binary | 11011111 | 1110001 | 10110110 | 0 | 110001 | 10010 | 1101 | 101000010 | 111111 | 1000010 |
Color Harmonies of #DF71B6
Complementary color
Monochromatic Colors of #DF71B6
Black with #DF71B6
Text Example
Text Example
White with #DF71B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF71B6; }
p { color: rgb(223,113,182); }
H1.HeaderClassName
{
color: #DF71B6;
}
.AnyTagClassName
{
color: #DF71B6;
}
</style>
background-color css
<style>
a { background-color: #DF71B6; }
a { background-color: rgb(223,113,182); }
div.DivClassName
{
background-color: #DF71B6;
}
.BgClassName
{
background-color: #DF71B6;
}
</style>
border-color css
<style>
span { border-color: #DF71B6; }
span { border-color: rgb(223,113,182); }
td.TdClassName
{
border-color: #DF71B6;
}
.TagClassName
{
border-color: #DF71B6;
}
</style>