Shades of Persian Pink #D97FB8
Tints of Persian Pink #D97FB8
RGB
CMYK
RGB Variations
Color information
#D97FB8 (or 0xD97FB8) is known color: Persian Pink. HEX triplet: D9, 7F and B8. RGB value is (217,127,184). Sum of RGB (Red+Green+Blue) = 217+127+184=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FB8 is #268047. Grayscale: #A0A0A0. Windows color (decimal): -2523208 or 12091353. OLE color: 12091353.
HSL color Cylindrical-coordinate representation of color #D97FB8: hue angle of 322º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D97FB8 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 184 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.15 |
| HSL | 322º | 0.54% | 0.67% | - |
| HSV(B) | 322º | 0.41% | 0.85% | - |
| XYZ | 44.86 | 33.39 | 49.43 | - |
| YUV | 160.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 184 | 0 | 0.41 | 0.15 | 0.15 | 322 | 0.54 | 0.67 |
| Hex | D9 | 7F | B8 | 0 | 29 | F | F | 142 | 36 | 43 |
| Octal | 331 | 177 | 270 | 0 | 51 | 17 | 17 | 502 | 66 | 103 |
| Binary | 11011001 | 1111111 | 10111000 | 0 | 101001 | 1111 | 1111 | 101000010 | 110110 | 1000011 |
Color Harmonies of #D97FB8
Complementary color
Monochromatic Colors of #D97FB8
Black with #D97FB8
Text Example
Text Example
White with #D97FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97FB8; }
p { color: rgb(217,127,184); }
H1.HeaderClassName
{
color: #D97FB8;
}
.AnyTagClassName
{
color: #D97FB8;
}
</style>
background-color css
<style>
a { background-color: #D97FB8; }
a { background-color: rgb(217,127,184); }
div.DivClassName
{
background-color: #D97FB8;
}
.BgClassName
{
background-color: #D97FB8;
}
</style>
border-color css
<style>
span { border-color: #D97FB8; }
span { border-color: rgb(217,127,184); }
td.TdClassName
{
border-color: #D97FB8;
}
.TagClassName
{
border-color: #D97FB8;
}
</style>