Shades of Persian Pink #DF72AF
Tints of Persian Pink #DF72AF
RGB
CMYK
RGB Variations
Color information
#DF72AF (or 0xDF72AF) is known color: Persian Pink. HEX triplet: DF, 72 and AF. RGB value is (223,114,175). Sum of RGB (Red+Green+Blue) = 223+114+175=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF72AF is #208D50. Grayscale: #999999. Windows color (decimal): -2133329 or 11498207. OLE color: 11498207.
HSL color Cylindrical-coordinate representation of color #DF72AF: hue angle of 326.42º 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 #DF72AF is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 175 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.13 |
| HSL | 326.42º | 0.63% | 0.66% | - |
| HSV(B) | 326.42º | 0.49% | 0.87% | - |
| XYZ | 44.19 | 30.82 | 44.18 | - |
| YUV | 153.55 | 140.11 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 175 | 0 | 0.49 | 0.22 | 0.13 | 326.42 | 0.63 | 0.66 |
| Hex | DF | 72 | AF | 0 | 31 | 16 | D | 146 | 3F | 42 |
| Octal | 337 | 162 | 257 | 0 | 61 | 26 | 15 | 506 | 77 | 102 |
| Binary | 11011111 | 1110010 | 10101111 | 0 | 110001 | 10110 | 1101 | 101000110 | 111111 | 1000010 |
Color Harmonies of #DF72AF
Complementary color
Monochromatic Colors of #DF72AF
Black with #DF72AF
Text Example
Text Example
White with #DF72AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72AF; }
p { color: rgb(223,114,175); }
H1.HeaderClassName
{
color: #DF72AF;
}
.AnyTagClassName
{
color: #DF72AF;
}
</style>
background-color css
<style>
a { background-color: #DF72AF; }
a { background-color: rgb(223,114,175); }
div.DivClassName
{
background-color: #DF72AF;
}
.BgClassName
{
background-color: #DF72AF;
}
</style>
border-color css
<style>
span { border-color: #DF72AF; }
span { border-color: rgb(223,114,175); }
td.TdClassName
{
border-color: #DF72AF;
}
.TagClassName
{
border-color: #DF72AF;
}
</style>