Shades of Persian Pink #DF75AF
Tints of Persian Pink #DF75AF
RGB
CMYK
RGB Variations
Color information
#DF75AF (or 0xDF75AF) is known color: Persian Pink. HEX triplet: DF, 75 and AF. RGB value is (223,117,175). Sum of RGB (Red+Green+Blue) = 223+117+175=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF75AF is #208A50. Grayscale: #9B9B9B. Windows color (decimal): -2132561 or 11498975. OLE color: 11498975.
HSL color Cylindrical-coordinate representation of color #DF75AF: hue angle of 327.17º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF75AF is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 175 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.13 |
| HSL | 327.17º | 0.62% | 0.67% | - |
| HSV(B) | 327.17º | 0.48% | 0.87% | - |
| XYZ | 44.53 | 31.51 | 44.29 | - |
| YUV | 155.31 | 139.12 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 175 | 0 | 0.48 | 0.22 | 0.13 | 327.17 | 0.62 | 0.67 |
| Hex | DF | 75 | AF | 0 | 30 | 16 | D | 147 | 3E | 43 |
| Octal | 337 | 165 | 257 | 0 | 60 | 26 | 15 | 507 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10101111 | 0 | 110000 | 10110 | 1101 | 101000111 | 111110 | 1000011 |
Color Harmonies of #DF75AF
Complementary color
Monochromatic Colors of #DF75AF
Black with #DF75AF
Text Example
Text Example
White with #DF75AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75AF; }
p { color: rgb(223,117,175); }
H1.HeaderClassName
{
color: #DF75AF;
}
.AnyTagClassName
{
color: #DF75AF;
}
</style>
background-color css
<style>
a { background-color: #DF75AF; }
a { background-color: rgb(223,117,175); }
div.DivClassName
{
background-color: #DF75AF;
}
.BgClassName
{
background-color: #DF75AF;
}
</style>
border-color css
<style>
span { border-color: #DF75AF; }
span { border-color: rgb(223,117,175); }
td.TdClassName
{
border-color: #DF75AF;
}
.TagClassName
{
border-color: #DF75AF;
}
</style>