Shades of Persian Pink #DF71BD
Tints of Persian Pink #DF71BD
RGB
CMYK
RGB Variations
Color information
#DF71BD (or 0xDF71BD) is known color: Persian Pink. HEX triplet: DF, 71 and BD. RGB value is (223,113,189). Sum of RGB (Red+Green+Blue) = 223+113+189=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF71BD is #208E42. Grayscale: #9A9A9A. Windows color (decimal): -2133571 or 12415455. OLE color: 12415455.
HSL color Cylindrical-coordinate representation of color #DF71BD: hue angle of 318.55º 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 #DF71BD is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 189 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.13 |
| HSL | 318.55º | 0.63% | 0.66% | - |
| HSV(B) | 318.55º | 0.49% | 0.87% | - |
| XYZ | 45.52 | 31.17 | 51.76 | - |
| YUV | 154.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 189 | 0 | 0.49 | 0.15 | 0.13 | 318.55 | 0.63 | 0.66 |
| Hex | DF | 71 | BD | 0 | 31 | F | D | 13F | 3F | 42 |
| Octal | 337 | 161 | 275 | 0 | 61 | 17 | 15 | 477 | 77 | 102 |
| Binary | 11011111 | 1110001 | 10111101 | 0 | 110001 | 1111 | 1101 | 100111111 | 111111 | 1000010 |
Color Harmonies of #DF71BD
Complementary color
Monochromatic Colors of #DF71BD
Black with #DF71BD
Text Example
Text Example
White with #DF71BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF71BD; }
p { color: rgb(223,113,189); }
H1.HeaderClassName
{
color: #DF71BD;
}
.AnyTagClassName
{
color: #DF71BD;
}
</style>
background-color css
<style>
a { background-color: #DF71BD; }
a { background-color: rgb(223,113,189); }
div.DivClassName
{
background-color: #DF71BD;
}
.BgClassName
{
background-color: #DF71BD;
}
</style>
border-color css
<style>
span { border-color: #DF71BD; }
span { border-color: rgb(223,113,189); }
td.TdClassName
{
border-color: #DF71BD;
}
.TagClassName
{
border-color: #DF71BD;
}
</style>