Shades of Persian Pink #D977BC
Tints of Persian Pink #D977BC
RGB
CMYK
RGB Variations
Color information
#D977BC (or 0xD977BC) is known color: Persian Pink. HEX triplet: D9, 77 and BC. RGB value is (217,119,188). Sum of RGB (Red+Green+Blue) = 217+119+188=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D977BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977BC is #268843. Grayscale: #9B9B9B. Windows color (decimal): -2525252 or 12351449. OLE color: 12351449.
HSL color Cylindrical-coordinate representation of color #D977BC: hue angle of 317.76º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D977BC is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 188 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.15 |
| HSL | 317.76º | 0.56% | 0.66% | - |
| HSV(B) | 317.76º | 0.45% | 0.85% | - |
| XYZ | 44.29 | 31.58 | 51.34 | - |
| YUV | 156.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 188 | 0 | 0.45 | 0.13 | 0.15 | 317.76 | 0.56 | 0.66 |
| Hex | D9 | 77 | BC | 0 | 2D | D | F | 13E | 38 | 42 |
| Octal | 331 | 167 | 274 | 0 | 55 | 15 | 17 | 476 | 70 | 102 |
| Binary | 11011001 | 1110111 | 10111100 | 0 | 101101 | 1101 | 1111 | 100111110 | 111000 | 1000010 |
Color Harmonies of #D977BC
Complementary color
Monochromatic Colors of #D977BC
Black with #D977BC
Text Example
Text Example
White with #D977BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D977BC; }
p { color: rgb(217,119,188); }
H1.HeaderClassName
{
color: #D977BC;
}
.AnyTagClassName
{
color: #D977BC;
}
</style>
background-color css
<style>
a { background-color: #D977BC; }
a { background-color: rgb(217,119,188); }
div.DivClassName
{
background-color: #D977BC;
}
.BgClassName
{
background-color: #D977BC;
}
</style>
border-color css
<style>
span { border-color: #D977BC; }
span { border-color: rgb(217,119,188); }
td.TdClassName
{
border-color: #D977BC;
}
.TagClassName
{
border-color: #D977BC;
}
</style>