Shades of Persian Pink #DF70AF
Tints of Persian Pink #DF70AF
RGB
CMYK
RGB Variations
Color information
#DF70AF (or 0xDF70AF) is known color: Persian Pink. HEX triplet: DF, 70 and AF. RGB value is (223,112,175). Sum of RGB (Red+Green+Blue) = 223+112+175=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF70AF is #208F50. Grayscale: #989898. Windows color (decimal): -2133841 or 11497695. OLE color: 11497695.
HSL color Cylindrical-coordinate representation of color #DF70AF: hue angle of 325.95º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF70AF is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 175 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.13 |
| HSL | 325.95º | 0.63% | 0.66% | - |
| HSV(B) | 325.95º | 0.5% | 0.87% | - |
| XYZ | 43.96 | 30.37 | 44.1 | - |
| YUV | 152.37 | 140.77 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 175 | 0 | 0.50 | 0.22 | 0.13 | 325.95 | 0.63 | 0.66 |
| Hex | DF | 70 | AF | 0 | 32 | 16 | D | 146 | 3F | 42 |
| Octal | 337 | 160 | 257 | 0 | 62 | 26 | 15 | 506 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10101111 | 0 | 110010 | 10110 | 1101 | 101000110 | 111111 | 1000010 |
Color Harmonies of #DF70AF
Complementary color
Monochromatic Colors of #DF70AF
Black with #DF70AF
Text Example
Text Example
White with #DF70AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70AF; }
p { color: rgb(223,112,175); }
H1.HeaderClassName
{
color: #DF70AF;
}
.AnyTagClassName
{
color: #DF70AF;
}
</style>
background-color css
<style>
a { background-color: #DF70AF; }
a { background-color: rgb(223,112,175); }
div.DivClassName
{
background-color: #DF70AF;
}
.BgClassName
{
background-color: #DF70AF;
}
</style>
border-color css
<style>
span { border-color: #DF70AF; }
span { border-color: rgb(223,112,175); }
td.TdClassName
{
border-color: #DF70AF;
}
.TagClassName
{
border-color: #DF70AF;
}
</style>