Shades of Persian Pink #DF7AB6
Tints of Persian Pink #DF7AB6
RGB
CMYK
RGB Variations
Color information
#DF7AB6 (or 0xDF7AB6) is known color: Persian Pink. HEX triplet: DF, 7A and B6. RGB value is (223,122,182). Sum of RGB (Red+Green+Blue) = 223+122+182=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7AB6 is #208549. Grayscale: #9E9E9E. Windows color (decimal): -2131274 or 11959007. OLE color: 11959007.
HSL color Cylindrical-coordinate representation of color #DF7AB6: hue angle of 324.36º 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 #DF7AB6 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 182 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.13 |
| HSL | 324.36º | 0.61% | 0.68% | - |
| HSV(B) | 324.36º | 0.45% | 0.87% | - |
| XYZ | 45.83 | 32.98 | 48.21 | - |
| YUV | 159.04 | 140.96 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 182 | 0 | 0.45 | 0.18 | 0.13 | 324.36 | 0.61 | 0.68 |
| Hex | DF | 7A | B6 | 0 | 2D | 12 | D | 144 | 3D | 44 |
| Octal | 337 | 172 | 266 | 0 | 55 | 22 | 15 | 504 | 75 | 104 |
| Binary | 11011111 | 1111010 | 10110110 | 0 | 101101 | 10010 | 1101 | 101000100 | 111101 | 1000100 |
Color Harmonies of #DF7AB6
Complementary color
Monochromatic Colors of #DF7AB6
Black with #DF7AB6
Text Example
Text Example
White with #DF7AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7AB6; }
p { color: rgb(223,122,182); }
H1.HeaderClassName
{
color: #DF7AB6;
}
.AnyTagClassName
{
color: #DF7AB6;
}
</style>
background-color css
<style>
a { background-color: #DF7AB6; }
a { background-color: rgb(223,122,182); }
div.DivClassName
{
background-color: #DF7AB6;
}
.BgClassName
{
background-color: #DF7AB6;
}
</style>
border-color css
<style>
span { border-color: #DF7AB6; }
span { border-color: rgb(223,122,182); }
td.TdClassName
{
border-color: #DF7AB6;
}
.TagClassName
{
border-color: #DF7AB6;
}
</style>