Shades of Persian Pink #D97CBA
Tints of Persian Pink #D97CBA
RGB
CMYK
RGB Variations
Color information
#D97CBA (or 0xD97CBA) is known color: Persian Pink. HEX triplet: D9, 7C and BA. RGB value is (217,124,186). Sum of RGB (Red+Green+Blue) = 217+124+186=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CBA is #268345. Grayscale: #9E9E9E. Windows color (decimal): -2523974 or 12221657. OLE color: 12221657.
HSL color Cylindrical-coordinate representation of color #D97CBA: hue angle of 320º 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 #D97CBA is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 124 | 186 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.15 |
| HSL | 320º | 0.55% | 0.67% | - |
| HSV(B) | 320º | 0.43% | 0.85% | - |
| XYZ | 44.69 | 32.71 | 50.41 | - |
| YUV | 158.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 186 | 0 | 0.43 | 0.14 | 0.15 | 320 | 0.55 | 0.67 |
| Hex | D9 | 7C | BA | 0 | 2B | E | F | 140 | 37 | 43 |
| Octal | 331 | 174 | 272 | 0 | 53 | 16 | 17 | 500 | 67 | 103 |
| Binary | 11011001 | 1111100 | 10111010 | 0 | 101011 | 1110 | 1111 | 101000000 | 110111 | 1000011 |
Color Harmonies of #D97CBA
Complementary color
Monochromatic Colors of #D97CBA
Black with #D97CBA
Text Example
Text Example
White with #D97CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97CBA; }
p { color: rgb(217,124,186); }
H1.HeaderClassName
{
color: #D97CBA;
}
.AnyTagClassName
{
color: #D97CBA;
}
</style>
background-color css
<style>
a { background-color: #D97CBA; }
a { background-color: rgb(217,124,186); }
div.DivClassName
{
background-color: #D97CBA;
}
.BgClassName
{
background-color: #D97CBA;
}
</style>
border-color css
<style>
span { border-color: #D97CBA; }
span { border-color: rgb(217,124,186); }
td.TdClassName
{
border-color: #D97CBA;
}
.TagClassName
{
border-color: #D97CBA;
}
</style>