Shades of Persian Pink #DF78AF
Tints of Persian Pink #DF78AF
RGB
CMYK
RGB Variations
Color information
#DF78AF (or 0xDF78AF) is known color: Persian Pink. HEX triplet: DF, 78 and AF. RGB value is (223,120,175). Sum of RGB (Red+Green+Blue) = 223+120+175=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF78AF is #208750. Grayscale: #9C9C9C. Windows color (decimal): -2131793 or 11499743. OLE color: 11499743.
HSL color Cylindrical-coordinate representation of color #DF78AF: hue angle of 327.96º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF78AF is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 175 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.13 |
| HSL | 327.96º | 0.62% | 0.67% | - |
| HSV(B) | 327.96º | 0.46% | 0.87% | - |
| XYZ | 44.89 | 32.22 | 44.41 | - |
| YUV | 157.07 | 138.12 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 175 | 0 | 0.46 | 0.22 | 0.13 | 327.96 | 0.62 | 0.67 |
| Hex | DF | 78 | AF | 0 | 2E | 16 | D | 148 | 3E | 43 |
| Octal | 337 | 170 | 257 | 0 | 56 | 26 | 15 | 510 | 76 | 103 |
| Binary | 11011111 | 1111000 | 10101111 | 0 | 101110 | 10110 | 1101 | 101001000 | 111110 | 1000011 |
Color Harmonies of #DF78AF
Complementary color
Monochromatic Colors of #DF78AF
Black with #DF78AF
Text Example
Text Example
White with #DF78AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78AF; }
p { color: rgb(223,120,175); }
H1.HeaderClassName
{
color: #DF78AF;
}
.AnyTagClassName
{
color: #DF78AF;
}
</style>
background-color css
<style>
a { background-color: #DF78AF; }
a { background-color: rgb(223,120,175); }
div.DivClassName
{
background-color: #DF78AF;
}
.BgClassName
{
background-color: #DF78AF;
}
</style>
border-color css
<style>
span { border-color: #DF78AF; }
span { border-color: rgb(223,120,175); }
td.TdClassName
{
border-color: #DF78AF;
}
.TagClassName
{
border-color: #DF78AF;
}
</style>