Shades of Persian Pink #DF74AD
Tints of Persian Pink #DF74AD
RGB
CMYK
RGB Variations
Color information
#DF74AD (or 0xDF74AD) is known color: Persian Pink. HEX triplet: DF, 74 and AD. RGB value is (223,116,173). Sum of RGB (Red+Green+Blue) = 223+116+173=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF74AD is #208B52. Grayscale: #9A9A9A. Windows color (decimal): -2132819 or 11367647. OLE color: 11367647.
HSL color Cylindrical-coordinate representation of color #DF74AD: hue angle of 328.04º 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 #DF74AD is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 173 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.13 |
| HSL | 328.04º | 0.63% | 0.66% | - |
| HSV(B) | 328.04º | 0.48% | 0.87% | - |
| XYZ | 44.22 | 31.2 | 43.23 | - |
| YUV | 154.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 173 | 0 | 0.48 | 0.22 | 0.13 | 328.04 | 0.63 | 0.66 |
| Hex | DF | 74 | AD | 0 | 30 | 16 | D | 148 | 3F | 42 |
| Octal | 337 | 164 | 255 | 0 | 60 | 26 | 15 | 510 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10101101 | 0 | 110000 | 10110 | 1101 | 101001000 | 111111 | 1000010 |
Color Harmonies of #DF74AD
Complementary color
Monochromatic Colors of #DF74AD
Black with #DF74AD
Text Example
Text Example
White with #DF74AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74AD; }
p { color: rgb(223,116,173); }
H1.HeaderClassName
{
color: #DF74AD;
}
.AnyTagClassName
{
color: #DF74AD;
}
</style>
background-color css
<style>
a { background-color: #DF74AD; }
a { background-color: rgb(223,116,173); }
div.DivClassName
{
background-color: #DF74AD;
}
.BgClassName
{
background-color: #DF74AD;
}
</style>
border-color css
<style>
span { border-color: #DF74AD; }
span { border-color: rgb(223,116,173); }
td.TdClassName
{
border-color: #DF74AD;
}
.TagClassName
{
border-color: #DF74AD;
}
</style>