Shades of Persian Pink #D976AF
Tints of Persian Pink #D976AF
RGB
CMYK
RGB Variations
Color information
#D976AF (or 0xD976AF) is known color: Persian Pink. HEX triplet: D9, 76 and AF. RGB value is (217,118,175). Sum of RGB (Red+Green+Blue) = 217+118+175=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D976AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D976AF is #268950. Grayscale: #999999. Windows color (decimal): -2525521 or 11499225. OLE color: 11499225.
HSL color Cylindrical-coordinate representation of color #D976AF: hue angle of 325.45º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D976AF is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 175 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.15 |
| HSL | 325.45º | 0.57% | 0.66% | - |
| HSV(B) | 325.45º | 0.46% | 0.85% | - |
| XYZ | 42.83 | 30.8 | 44.25 | - |
| YUV | 154.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 175 | 0 | 0.46 | 0.19 | 0.15 | 325.45 | 0.57 | 0.66 |
| Hex | D9 | 76 | AF | 0 | 2E | 13 | F | 145 | 39 | 42 |
| Octal | 331 | 166 | 257 | 0 | 56 | 23 | 17 | 505 | 71 | 102 |
| Binary | 11011001 | 1110110 | 10101111 | 0 | 101110 | 10011 | 1111 | 101000101 | 111001 | 1000010 |
Color Harmonies of #D976AF
Complementary color
Monochromatic Colors of #D976AF
Black with #D976AF
Text Example
Text Example
White with #D976AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976AF; }
p { color: rgb(217,118,175); }
H1.HeaderClassName
{
color: #D976AF;
}
.AnyTagClassName
{
color: #D976AF;
}
</style>
background-color css
<style>
a { background-color: #D976AF; }
a { background-color: rgb(217,118,175); }
div.DivClassName
{
background-color: #D976AF;
}
.BgClassName
{
background-color: #D976AF;
}
</style>
border-color css
<style>
span { border-color: #D976AF; }
span { border-color: rgb(217,118,175); }
td.TdClassName
{
border-color: #D976AF;
}
.TagClassName
{
border-color: #D976AF;
}
</style>