Shades of Persian Pink #DF7DBA
Tints of Persian Pink #DF7DBA
RGB
CMYK
RGB Variations
Color information
#DF7DBA (or 0xDF7DBA) is known color: Persian Pink. HEX triplet: DF, 7D and BA. RGB value is (223,125,186). Sum of RGB (Red+Green+Blue) = 223+125+186=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DBA is #208245. Grayscale: #A1A1A1. Windows color (decimal): -2130502 or 12221919. OLE color: 12221919.
HSL color Cylindrical-coordinate representation of color #DF7DBA: hue angle of 322.65º 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 #DF7DBA is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 186 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.13 |
| HSL | 322.65º | 0.6% | 0.68% | - |
| HSV(B) | 322.65º | 0.44% | 0.87% | - |
| XYZ | 46.63 | 33.9 | 50.54 | - |
| YUV | 161.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 186 | 0 | 0.44 | 0.17 | 0.13 | 322.65 | 0.6 | 0.68 |
| Hex | DF | 7D | BA | 0 | 2C | 11 | D | 143 | 3C | 44 |
| Octal | 337 | 175 | 272 | 0 | 54 | 21 | 15 | 503 | 74 | 104 |
| Binary | 11011111 | 1111101 | 10111010 | 0 | 101100 | 10001 | 1101 | 101000011 | 111100 | 1000100 |
Color Harmonies of #DF7DBA
Complementary color
Monochromatic Colors of #DF7DBA
Black with #DF7DBA
Text Example
Text Example
White with #DF7DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DBA; }
p { color: rgb(223,125,186); }
H1.HeaderClassName
{
color: #DF7DBA;
}
.AnyTagClassName
{
color: #DF7DBA;
}
</style>
background-color css
<style>
a { background-color: #DF7DBA; }
a { background-color: rgb(223,125,186); }
div.DivClassName
{
background-color: #DF7DBA;
}
.BgClassName
{
background-color: #DF7DBA;
}
</style>
border-color css
<style>
span { border-color: #DF7DBA; }
span { border-color: rgb(223,125,186); }
td.TdClassName
{
border-color: #DF7DBA;
}
.TagClassName
{
border-color: #DF7DBA;
}
</style>