Shades of Persian Pink #D97EBA
Tints of Persian Pink #D97EBA
RGB
CMYK
RGB Variations
Color information
#D97EBA (or 0xD97EBA) is known color: Persian Pink. HEX triplet: D9, 7E and BA. RGB value is (217,126,186). Sum of RGB (Red+Green+Blue) = 217+126+186=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D97EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97EBA is #268145. Grayscale: #9F9F9F. Windows color (decimal): -2523462 or 12222169. OLE color: 12222169.
HSL color Cylindrical-coordinate representation of color #D97EBA: hue angle of 320.44º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97EBA is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 126 | 186 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.15 |
| HSL | 320.44º | 0.54% | 0.67% | - |
| HSV(B) | 320.44º | 0.42% | 0.85% | - |
| XYZ | 44.94 | 33.22 | 50.5 | - |
| YUV | 160.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 126 | 186 | 0 | 0.42 | 0.14 | 0.15 | 320.44 | 0.54 | 0.67 |
| Hex | D9 | 7E | BA | 0 | 2A | E | F | 140 | 36 | 43 |
| Octal | 331 | 176 | 272 | 0 | 52 | 16 | 17 | 500 | 66 | 103 |
| Binary | 11011001 | 1111110 | 10111010 | 0 | 101010 | 1110 | 1111 | 101000000 | 110110 | 1000011 |
Color Harmonies of #D97EBA
Complementary color
Monochromatic Colors of #D97EBA
Black with #D97EBA
Text Example
Text Example
White with #D97EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97EBA; }
p { color: rgb(217,126,186); }
H1.HeaderClassName
{
color: #D97EBA;
}
.AnyTagClassName
{
color: #D97EBA;
}
</style>
background-color css
<style>
a { background-color: #D97EBA; }
a { background-color: rgb(217,126,186); }
div.DivClassName
{
background-color: #D97EBA;
}
.BgClassName
{
background-color: #D97EBA;
}
</style>
border-color css
<style>
span { border-color: #D97EBA; }
span { border-color: rgb(217,126,186); }
td.TdClassName
{
border-color: #D97EBA;
}
.TagClassName
{
border-color: #D97EBA;
}
</style>