Shades of Persian Pink #DF72B7
Tints of Persian Pink #DF72B7
RGB
CMYK
RGB Variations
Color information
#DF72B7 (or 0xDF72B7) is known color: Persian Pink. HEX triplet: DF, 72 and B7. RGB value is (223,114,183). Sum of RGB (Red+Green+Blue) = 223+114+183=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72B7 is #208D48. Grayscale: #9A9A9A. Windows color (decimal): -2133321 or 12022495. OLE color: 12022495.
HSL color Cylindrical-coordinate representation of color #DF72B7: hue angle of 322.02º 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 #DF72B7 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 183 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.13 |
| HSL | 322.02º | 0.63% | 0.66% | - |
| HSV(B) | 322.02º | 0.49% | 0.87% | - |
| XYZ | 45 | 31.14 | 48.44 | - |
| YUV | 154.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 183 | 0 | 0.49 | 0.18 | 0.13 | 322.02 | 0.63 | 0.66 |
| Hex | DF | 72 | B7 | 0 | 31 | 12 | D | 142 | 3F | 42 |
| Octal | 337 | 162 | 267 | 0 | 61 | 22 | 15 | 502 | 77 | 102 |
| Binary | 11011111 | 1110010 | 10110111 | 0 | 110001 | 10010 | 1101 | 101000010 | 111111 | 1000010 |
Color Harmonies of #DF72B7
Complementary color
Monochromatic Colors of #DF72B7
Black with #DF72B7
Text Example
Text Example
White with #DF72B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72B7; }
p { color: rgb(223,114,183); }
H1.HeaderClassName
{
color: #DF72B7;
}
.AnyTagClassName
{
color: #DF72B7;
}
</style>
background-color css
<style>
a { background-color: #DF72B7; }
a { background-color: rgb(223,114,183); }
div.DivClassName
{
background-color: #DF72B7;
}
.BgClassName
{
background-color: #DF72B7;
}
</style>
border-color css
<style>
span { border-color: #DF72B7; }
span { border-color: rgb(223,114,183); }
td.TdClassName
{
border-color: #DF72B7;
}
.TagClassName
{
border-color: #DF72B7;
}
</style>