Shades of Persian Pink #D97BBD
Tints of Persian Pink #D97BBD
RGB
CMYK
RGB Variations
Color information
#D97BBD (or 0xD97BBD) is known color: Persian Pink. HEX triplet: D9, 7B and BD. RGB value is (217,123,189). Sum of RGB (Red+Green+Blue) = 217+123+189=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97BBD is #268442. Grayscale: #9E9E9E. Windows color (decimal): -2524227 or 12418009. OLE color: 12418009.
HSL color Cylindrical-coordinate representation of color #D97BBD: hue angle of 317.87º 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 #D97BBD is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 123 | 189 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.15 |
| HSL | 317.87º | 0.55% | 0.67% | - |
| HSV(B) | 317.87º | 0.43% | 0.85% | - |
| XYZ | 44.88 | 32.59 | 52.07 | - |
| YUV | 158.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 189 | 0 | 0.43 | 0.13 | 0.15 | 317.87 | 0.55 | 0.67 |
| Hex | D9 | 7B | BD | 0 | 2B | D | F | 13E | 37 | 43 |
| Octal | 331 | 173 | 275 | 0 | 53 | 15 | 17 | 476 | 67 | 103 |
| Binary | 11011001 | 1111011 | 10111101 | 0 | 101011 | 1101 | 1111 | 100111110 | 110111 | 1000011 |
Color Harmonies of #D97BBD
Complementary color
Monochromatic Colors of #D97BBD
Black with #D97BBD
Text Example
Text Example
White with #D97BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97BBD; }
p { color: rgb(217,123,189); }
H1.HeaderClassName
{
color: #D97BBD;
}
.AnyTagClassName
{
color: #D97BBD;
}
</style>
background-color css
<style>
a { background-color: #D97BBD; }
a { background-color: rgb(217,123,189); }
div.DivClassName
{
background-color: #D97BBD;
}
.BgClassName
{
background-color: #D97BBD;
}
</style>
border-color css
<style>
span { border-color: #D97BBD; }
span { border-color: rgb(217,123,189); }
td.TdClassName
{
border-color: #D97BBD;
}
.TagClassName
{
border-color: #D97BBD;
}
</style>