Shades of Persian Pink #D97DBB
Tints of Persian Pink #D97DBB
RGB
CMYK
RGB Variations
Color information
#D97DBB (or 0xD97DBB) is known color: Persian Pink. HEX triplet: D9, 7D and BB. RGB value is (217,125,187). Sum of RGB (Red+Green+Blue) = 217+125+187=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DBB is #268244. Grayscale: #9F9F9F. Windows color (decimal): -2523717 or 12287449. OLE color: 12287449.
HSL color Cylindrical-coordinate representation of color #D97DBB: hue angle of 319.57º degrees, saturation: 0.55, 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 #D97DBB is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 187 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.15 |
| HSL | 319.57º | 0.55% | 0.67% | - |
| HSV(B) | 319.57º | 0.42% | 0.85% | - |
| XYZ | 44.92 | 33.01 | 51.02 | - |
| YUV | 159.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 187 | 0 | 0.42 | 0.14 | 0.15 | 319.57 | 0.55 | 0.67 |
| Hex | D9 | 7D | BB | 0 | 2A | E | F | 140 | 37 | 43 |
| Octal | 331 | 175 | 273 | 0 | 52 | 16 | 17 | 500 | 67 | 103 |
| Binary | 11011001 | 1111101 | 10111011 | 0 | 101010 | 1110 | 1111 | 101000000 | 110111 | 1000011 |
Color Harmonies of #D97DBB
Complementary color
Monochromatic Colors of #D97DBB
Black with #D97DBB
Text Example
Text Example
White with #D97DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97DBB; }
p { color: rgb(217,125,187); }
H1.HeaderClassName
{
color: #D97DBB;
}
.AnyTagClassName
{
color: #D97DBB;
}
</style>
background-color css
<style>
a { background-color: #D97DBB; }
a { background-color: rgb(217,125,187); }
div.DivClassName
{
background-color: #D97DBB;
}
.BgClassName
{
background-color: #D97DBB;
}
</style>
border-color css
<style>
span { border-color: #D97DBB; }
span { border-color: rgb(217,125,187); }
td.TdClassName
{
border-color: #D97DBB;
}
.TagClassName
{
border-color: #D97DBB;
}
</style>