Shades of Persian Pink #DF78B7
Tints of Persian Pink #DF78B7
RGB
CMYK
RGB Variations
Color information
#DF78B7 (or 0xDF78B7) is known color: Persian Pink. HEX triplet: DF, 78 and B7. RGB value is (223,120,183). Sum of RGB (Red+Green+Blue) = 223+120+183=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78B7 is #208748. Grayscale: #9D9D9D. Windows color (decimal): -2131785 or 12024031. OLE color: 12024031.
HSL color Cylindrical-coordinate representation of color #DF78B7: hue angle of 323.3º 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 #DF78B7 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 183 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.13 |
| HSL | 323.3º | 0.62% | 0.67% | - |
| HSV(B) | 323.3º | 0.46% | 0.87% | - |
| XYZ | 45.7 | 32.54 | 48.67 | - |
| YUV | 157.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 183 | 0 | 0.46 | 0.18 | 0.13 | 323.3 | 0.62 | 0.67 |
| Hex | DF | 78 | B7 | 0 | 2E | 12 | D | 143 | 3E | 43 |
| Octal | 337 | 170 | 267 | 0 | 56 | 22 | 15 | 503 | 76 | 103 |
| Binary | 11011111 | 1111000 | 10110111 | 0 | 101110 | 10010 | 1101 | 101000011 | 111110 | 1000011 |
Color Harmonies of #DF78B7
Complementary color
Monochromatic Colors of #DF78B7
Black with #DF78B7
Text Example
Text Example
White with #DF78B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78B7; }
p { color: rgb(223,120,183); }
H1.HeaderClassName
{
color: #DF78B7;
}
.AnyTagClassName
{
color: #DF78B7;
}
</style>
background-color css
<style>
a { background-color: #DF78B7; }
a { background-color: rgb(223,120,183); }
div.DivClassName
{
background-color: #DF78B7;
}
.BgClassName
{
background-color: #DF78B7;
}
</style>
border-color css
<style>
span { border-color: #DF78B7; }
span { border-color: rgb(223,120,183); }
td.TdClassName
{
border-color: #DF78B7;
}
.TagClassName
{
border-color: #DF78B7;
}
</style>