Shades of Persian Pink #D976BA
Tints of Persian Pink #D976BA
RGB
CMYK
RGB Variations
Color information
#D976BA (or 0xD976BA) is known color: Persian Pink. HEX triplet: D9, 76 and BA. RGB value is (217,118,186). Sum of RGB (Red+Green+Blue) = 217+118+186=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D976BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976BA is #268945. Grayscale: #9B9B9B. Windows color (decimal): -2525510 or 12220121. OLE color: 12220121.
HSL color Cylindrical-coordinate representation of color #D976BA: hue angle of 318.79º 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 #D976BA is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 186 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.15 |
| HSL | 318.79º | 0.57% | 0.66% | - |
| HSV(B) | 318.79º | 0.46% | 0.85% | - |
| XYZ | 43.96 | 31.25 | 50.17 | - |
| YUV | 155.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 186 | 0 | 0.46 | 0.14 | 0.15 | 318.79 | 0.57 | 0.66 |
| Hex | D9 | 76 | BA | 0 | 2E | E | F | 13F | 39 | 42 |
| Octal | 331 | 166 | 272 | 0 | 56 | 16 | 17 | 477 | 71 | 102 |
| Binary | 11011001 | 1110110 | 10111010 | 0 | 101110 | 1110 | 1111 | 100111111 | 111001 | 1000010 |
Color Harmonies of #D976BA
Complementary color
Monochromatic Colors of #D976BA
Black with #D976BA
Text Example
Text Example
White with #D976BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976BA; }
p { color: rgb(217,118,186); }
H1.HeaderClassName
{
color: #D976BA;
}
.AnyTagClassName
{
color: #D976BA;
}
</style>
background-color css
<style>
a { background-color: #D976BA; }
a { background-color: rgb(217,118,186); }
div.DivClassName
{
background-color: #D976BA;
}
.BgClassName
{
background-color: #D976BA;
}
</style>
border-color css
<style>
span { border-color: #D976BA; }
span { border-color: rgb(217,118,186); }
td.TdClassName
{
border-color: #D976BA;
}
.TagClassName
{
border-color: #D976BA;
}
</style>