Shades of Persian Pink #DF74AF
Tints of Persian Pink #DF74AF
RGB
CMYK
RGB Variations
Color information
#DF74AF (or 0xDF74AF) is known color: Persian Pink. HEX triplet: DF, 74 and AF. RGB value is (223,116,175). Sum of RGB (Red+Green+Blue) = 223+116+175=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF74AF is #208B50. Grayscale: #9A9A9A. Windows color (decimal): -2132817 or 11498719. OLE color: 11498719.
HSL color Cylindrical-coordinate representation of color #DF74AF: hue angle of 326.92º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF74AF is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 175 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.13 |
| HSL | 326.92º | 0.63% | 0.66% | - |
| HSV(B) | 326.92º | 0.48% | 0.87% | - |
| XYZ | 44.41 | 31.27 | 44.25 | - |
| YUV | 154.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 175 | 0 | 0.48 | 0.22 | 0.13 | 326.92 | 0.63 | 0.66 |
| Hex | DF | 74 | AF | 0 | 30 | 16 | D | 147 | 3F | 42 |
| Octal | 337 | 164 | 257 | 0 | 60 | 26 | 15 | 507 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10101111 | 0 | 110000 | 10110 | 1101 | 101000111 | 111111 | 1000010 |
Color Harmonies of #DF74AF
Complementary color
Monochromatic Colors of #DF74AF
Black with #DF74AF
Text Example
Text Example
White with #DF74AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74AF; }
p { color: rgb(223,116,175); }
H1.HeaderClassName
{
color: #DF74AF;
}
.AnyTagClassName
{
color: #DF74AF;
}
</style>
background-color css
<style>
a { background-color: #DF74AF; }
a { background-color: rgb(223,116,175); }
div.DivClassName
{
background-color: #DF74AF;
}
.BgClassName
{
background-color: #DF74AF;
}
</style>
border-color css
<style>
span { border-color: #DF74AF; }
span { border-color: rgb(223,116,175); }
td.TdClassName
{
border-color: #DF74AF;
}
.TagClassName
{
border-color: #DF74AF;
}
</style>