Shades of Persian Pink #D97BBC
Tints of Persian Pink #D97BBC
RGB
CMYK
RGB Variations
Color information
#D97BBC (or 0xD97BBC) is known color: Persian Pink. HEX triplet: D9, 7B and BC. RGB value is (217,123,188). Sum of RGB (Red+Green+Blue) = 217+123+188=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97BBC is #268443. Grayscale: #9E9E9E. Windows color (decimal): -2524228 or 12352473. OLE color: 12352473.
HSL color Cylindrical-coordinate representation of color #D97BBC: hue angle of 318.51º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97BBC is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 123 | 188 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.15 |
| HSL | 318.51º | 0.55% | 0.67% | - |
| HSV(B) | 318.51º | 0.43% | 0.85% | - |
| XYZ | 44.78 | 32.55 | 51.5 | - |
| YUV | 158.52 | 144.64 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 188 | 0 | 0.43 | 0.13 | 0.15 | 318.51 | 0.55 | 0.67 |
| Hex | D9 | 7B | BC | 0 | 2B | D | F | 13F | 37 | 43 |
| Octal | 331 | 173 | 274 | 0 | 53 | 15 | 17 | 477 | 67 | 103 |
| Binary | 11011001 | 1111011 | 10111100 | 0 | 101011 | 1101 | 1111 | 100111111 | 110111 | 1000011 |
Color Harmonies of #D97BBC
Complementary color
Monochromatic Colors of #D97BBC
Black with #D97BBC
Text Example
Text Example
White with #D97BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97BBC; }
p { color: rgb(217,123,188); }
H1.HeaderClassName
{
color: #D97BBC;
}
.AnyTagClassName
{
color: #D97BBC;
}
</style>
background-color css
<style>
a { background-color: #D97BBC; }
a { background-color: rgb(217,123,188); }
div.DivClassName
{
background-color: #D97BBC;
}
.BgClassName
{
background-color: #D97BBC;
}
</style>
border-color css
<style>
span { border-color: #D97BBC; }
span { border-color: rgb(217,123,188); }
td.TdClassName
{
border-color: #D97BBC;
}
.TagClassName
{
border-color: #D97BBC;
}
</style>