Shades of Persian Pink #D97CBB
Tints of Persian Pink #D97CBB
RGB
CMYK
RGB Variations
Color information
#D97CBB (or 0xD97CBB) is known color: Persian Pink. HEX triplet: D9, 7C and BB. RGB value is (217,124,187). Sum of RGB (Red+Green+Blue) = 217+124+187=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CBB is #268344. Grayscale: #9E9E9E. Windows color (decimal): -2523973 or 12287193. OLE color: 12287193.
HSL color Cylindrical-coordinate representation of color #D97CBB: hue angle of 319.35º 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 #D97CBB is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 124 | 187 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.15 |
| HSL | 319.35º | 0.55% | 0.67% | - |
| HSV(B) | 319.35º | 0.43% | 0.85% | - |
| XYZ | 44.79 | 32.75 | 50.98 | - |
| YUV | 158.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 187 | 0 | 0.43 | 0.14 | 0.15 | 319.35 | 0.55 | 0.67 |
| Hex | D9 | 7C | BB | 0 | 2B | E | F | 13F | 37 | 43 |
| Octal | 331 | 174 | 273 | 0 | 53 | 16 | 17 | 477 | 67 | 103 |
| Binary | 11011001 | 1111100 | 10111011 | 0 | 101011 | 1110 | 1111 | 100111111 | 110111 | 1000011 |
Color Harmonies of #D97CBB
Complementary color
Monochromatic Colors of #D97CBB
Black with #D97CBB
Text Example
Text Example
White with #D97CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97CBB; }
p { color: rgb(217,124,187); }
H1.HeaderClassName
{
color: #D97CBB;
}
.AnyTagClassName
{
color: #D97CBB;
}
</style>
background-color css
<style>
a { background-color: #D97CBB; }
a { background-color: rgb(217,124,187); }
div.DivClassName
{
background-color: #D97CBB;
}
.BgClassName
{
background-color: #D97CBB;
}
</style>
border-color css
<style>
span { border-color: #D97CBB; }
span { border-color: rgb(217,124,187); }
td.TdClassName
{
border-color: #D97CBB;
}
.TagClassName
{
border-color: #D97CBB;
}
</style>