Shades of Persian Pink #D977BB
Tints of Persian Pink #D977BB
RGB
CMYK
RGB Variations
Color information
#D977BB (or 0xD977BB) is known color: Persian Pink. HEX triplet: D9, 77 and BB. RGB value is (217,119,187). Sum of RGB (Red+Green+Blue) = 217+119+187=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D977BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977BB is #268844. Grayscale: #9B9B9B. Windows color (decimal): -2525253 or 12285913. OLE color: 12285913.
HSL color Cylindrical-coordinate representation of color #D977BB: hue angle of 318.37º 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 #D977BB is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 187 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.15 |
| HSL | 318.37º | 0.56% | 0.66% | - |
| HSV(B) | 318.37º | 0.45% | 0.85% | - |
| XYZ | 44.18 | 31.53 | 50.77 | - |
| YUV | 156.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 187 | 0 | 0.45 | 0.14 | 0.15 | 318.37 | 0.56 | 0.66 |
| Hex | D9 | 77 | BB | 0 | 2D | E | F | 13E | 38 | 42 |
| Octal | 331 | 167 | 273 | 0 | 55 | 16 | 17 | 476 | 70 | 102 |
| Binary | 11011001 | 1110111 | 10111011 | 0 | 101101 | 1110 | 1111 | 100111110 | 111000 | 1000010 |
Color Harmonies of #D977BB
Complementary color
Monochromatic Colors of #D977BB
Black with #D977BB
Text Example
Text Example
White with #D977BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D977BB; }
p { color: rgb(217,119,187); }
H1.HeaderClassName
{
color: #D977BB;
}
.AnyTagClassName
{
color: #D977BB;
}
</style>
background-color css
<style>
a { background-color: #D977BB; }
a { background-color: rgb(217,119,187); }
div.DivClassName
{
background-color: #D977BB;
}
.BgClassName
{
background-color: #D977BB;
}
</style>
border-color css
<style>
span { border-color: #D977BB; }
span { border-color: rgb(217,119,187); }
td.TdClassName
{
border-color: #D977BB;
}
.TagClassName
{
border-color: #D977BB;
}
</style>