Shades of Persian Pink #DF7CB7
Tints of Persian Pink #DF7CB7
RGB
CMYK
RGB Variations
Color information
#DF7CB7 (or 0xDF7CB7) is known color: Persian Pink. HEX triplet: DF, 7C and B7. RGB value is (223,124,183). Sum of RGB (Red+Green+Blue) = 223+124+183=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CB7 is #208348. Grayscale: #A0A0A0. Windows color (decimal): -2130761 or 12025055. OLE color: 12025055.
HSL color Cylindrical-coordinate representation of color #DF7CB7: hue angle of 324.24º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7CB7 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 183 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.13 |
| HSL | 324.24º | 0.61% | 0.68% | - |
| HSV(B) | 324.24º | 0.44% | 0.87% | - |
| XYZ | 46.19 | 33.52 | 48.84 | - |
| YUV | 160.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 183 | 0 | 0.44 | 0.18 | 0.13 | 324.24 | 0.61 | 0.68 |
| Hex | DF | 7C | B7 | 0 | 2C | 12 | D | 144 | 3D | 44 |
| Octal | 337 | 174 | 267 | 0 | 54 | 22 | 15 | 504 | 75 | 104 |
| Binary | 11011111 | 1111100 | 10110111 | 0 | 101100 | 10010 | 1101 | 101000100 | 111101 | 1000100 |
Color Harmonies of #DF7CB7
Complementary color
Monochromatic Colors of #DF7CB7
Black with #DF7CB7
Text Example
Text Example
White with #DF7CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CB7; }
p { color: rgb(223,124,183); }
H1.HeaderClassName
{
color: #DF7CB7;
}
.AnyTagClassName
{
color: #DF7CB7;
}
</style>
background-color css
<style>
a { background-color: #DF7CB7; }
a { background-color: rgb(223,124,183); }
div.DivClassName
{
background-color: #DF7CB7;
}
.BgClassName
{
background-color: #DF7CB7;
}
</style>
border-color css
<style>
span { border-color: #DF7CB7; }
span { border-color: rgb(223,124,183); }
td.TdClassName
{
border-color: #DF7CB7;
}
.TagClassName
{
border-color: #DF7CB7;
}
</style>