Shades of Persian Pink #DF7ABA
Tints of Persian Pink #DF7ABA
RGB
CMYK
RGB Variations
Color information
#DF7ABA (or 0xDF7ABA) is known color: Persian Pink. HEX triplet: DF, 7A and BA. RGB value is (223,122,186). Sum of RGB (Red+Green+Blue) = 223+122+186=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ABA is #208545. Grayscale: #9F9F9F. Windows color (decimal): -2131270 or 12221151. OLE color: 12221151.
HSL color Cylindrical-coordinate representation of color #DF7ABA: hue angle of 321.98º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7ABA is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 186 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.13 |
| HSL | 321.98º | 0.61% | 0.68% | - |
| HSV(B) | 321.98º | 0.45% | 0.87% | - |
| XYZ | 46.25 | 33.15 | 50.42 | - |
| YUV | 159.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 186 | 0 | 0.45 | 0.17 | 0.13 | 321.98 | 0.61 | 0.68 |
| Hex | DF | 7A | BA | 0 | 2D | 11 | D | 142 | 3D | 44 |
| Octal | 337 | 172 | 272 | 0 | 55 | 21 | 15 | 502 | 75 | 104 |
| Binary | 11011111 | 1111010 | 10111010 | 0 | 101101 | 10001 | 1101 | 101000010 | 111101 | 1000100 |
Color Harmonies of #DF7ABA
Complementary color
Monochromatic Colors of #DF7ABA
Black with #DF7ABA
Text Example
Text Example
White with #DF7ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7ABA; }
p { color: rgb(223,122,186); }
H1.HeaderClassName
{
color: #DF7ABA;
}
.AnyTagClassName
{
color: #DF7ABA;
}
</style>
background-color css
<style>
a { background-color: #DF7ABA; }
a { background-color: rgb(223,122,186); }
div.DivClassName
{
background-color: #DF7ABA;
}
.BgClassName
{
background-color: #DF7ABA;
}
</style>
border-color css
<style>
span { border-color: #DF7ABA; }
span { border-color: rgb(223,122,186); }
td.TdClassName
{
border-color: #DF7ABA;
}
.TagClassName
{
border-color: #DF7ABA;
}
</style>