Shades of Persian Pink #DF7DBD
Tints of Persian Pink #DF7DBD
RGB
CMYK
RGB Variations
Color information
#DF7DBD (or 0xDF7DBD) is known color: Persian Pink. HEX triplet: DF, 7D and BD. RGB value is (223,125,189). Sum of RGB (Red+Green+Blue) = 223+125+189=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DBD is #208242. Grayscale: #A1A1A1. Windows color (decimal): -2130499 or 12418527. OLE color: 12418527.
HSL color Cylindrical-coordinate representation of color #DF7DBD: hue angle of 320.82º degrees, saturation: 0.6, 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 #DF7DBD is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 189 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.13 |
| HSL | 320.82º | 0.6% | 0.68% | - |
| HSV(B) | 320.82º | 0.44% | 0.87% | - |
| XYZ | 46.95 | 34.03 | 52.24 | - |
| YUV | 161.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 189 | 0 | 0.44 | 0.15 | 0.13 | 320.82 | 0.6 | 0.68 |
| Hex | DF | 7D | BD | 0 | 2C | F | D | 141 | 3C | 44 |
| Octal | 337 | 175 | 275 | 0 | 54 | 17 | 15 | 501 | 74 | 104 |
| Binary | 11011111 | 1111101 | 10111101 | 0 | 101100 | 1111 | 1101 | 101000001 | 111100 | 1000100 |
Color Harmonies of #DF7DBD
Complementary color
Monochromatic Colors of #DF7DBD
Black with #DF7DBD
Text Example
Text Example
White with #DF7DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DBD; }
p { color: rgb(223,125,189); }
H1.HeaderClassName
{
color: #DF7DBD;
}
.AnyTagClassName
{
color: #DF7DBD;
}
</style>
background-color css
<style>
a { background-color: #DF7DBD; }
a { background-color: rgb(223,125,189); }
div.DivClassName
{
background-color: #DF7DBD;
}
.BgClassName
{
background-color: #DF7DBD;
}
</style>
border-color css
<style>
span { border-color: #DF7DBD; }
span { border-color: rgb(223,125,189); }
td.TdClassName
{
border-color: #DF7DBD;
}
.TagClassName
{
border-color: #DF7DBD;
}
</style>