Shades of Persian Pink #D977B7
Tints of Persian Pink #D977B7
RGB
CMYK
RGB Variations
Color information
#D977B7 (or 0xD977B7) is known color: Persian Pink. HEX triplet: D9, 77 and B7. RGB value is (217,119,183). Sum of RGB (Red+Green+Blue) = 217+119+183=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D977B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977B7 is #268848. Grayscale: #9B9B9B. Windows color (decimal): -2525257 or 12023769. OLE color: 12023769.
HSL color Cylindrical-coordinate representation of color #D977B7: hue angle of 320.82º 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 #D977B7 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 183 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.15 |
| HSL | 320.82º | 0.56% | 0.66% | - |
| HSV(B) | 320.82º | 0.45% | 0.85% | - |
| XYZ | 43.76 | 31.36 | 48.55 | - |
| YUV | 155.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 183 | 0 | 0.45 | 0.16 | 0.15 | 320.82 | 0.56 | 0.66 |
| Hex | D9 | 77 | B7 | 0 | 2D | 10 | F | 141 | 38 | 42 |
| Octal | 331 | 167 | 267 | 0 | 55 | 20 | 17 | 501 | 70 | 102 |
| Binary | 11011001 | 1110111 | 10110111 | 0 | 101101 | 10000 | 1111 | 101000001 | 111000 | 1000010 |
Color Harmonies of #D977B7
Complementary color
Monochromatic Colors of #D977B7
Black with #D977B7
Text Example
Text Example
White with #D977B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D977B7; }
p { color: rgb(217,119,183); }
H1.HeaderClassName
{
color: #D977B7;
}
.AnyTagClassName
{
color: #D977B7;
}
</style>
background-color css
<style>
a { background-color: #D977B7; }
a { background-color: rgb(217,119,183); }
div.DivClassName
{
background-color: #D977B7;
}
.BgClassName
{
background-color: #D977B7;
}
</style>
border-color css
<style>
span { border-color: #D977B7; }
span { border-color: rgb(217,119,183); }
td.TdClassName
{
border-color: #D977B7;
}
.TagClassName
{
border-color: #D977B7;
}
</style>