Shades of Persian Pink #D97DB8
Tints of Persian Pink #D97DB8
RGB
CMYK
RGB Variations
Color information
#D97DB8 (or 0xD97DB8) is known color: Persian Pink. HEX triplet: D9, 7D and B8. RGB value is (217,125,184). Sum of RGB (Red+Green+Blue) = 217+125+184=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DB8 is #268247. Grayscale: #9F9F9F. Windows color (decimal): -2523720 or 12090841. OLE color: 12090841.
HSL color Cylindrical-coordinate representation of color #D97DB8: hue angle of 321.52º 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 #D97DB8 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 184 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.15 |
| HSL | 321.52º | 0.55% | 0.67% | - |
| HSV(B) | 321.52º | 0.42% | 0.85% | - |
| XYZ | 44.6 | 32.88 | 49.34 | - |
| YUV | 159.23 | 141.98 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 184 | 0 | 0.42 | 0.15 | 0.15 | 321.52 | 0.55 | 0.67 |
| Hex | D9 | 7D | B8 | 0 | 2A | F | F | 142 | 37 | 43 |
| Octal | 331 | 175 | 270 | 0 | 52 | 17 | 17 | 502 | 67 | 103 |
| Binary | 11011001 | 1111101 | 10111000 | 0 | 101010 | 1111 | 1111 | 101000010 | 110111 | 1000011 |
Color Harmonies of #D97DB8
Complementary color
Monochromatic Colors of #D97DB8
Black with #D97DB8
Text Example
Text Example
White with #D97DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97DB8; }
p { color: rgb(217,125,184); }
H1.HeaderClassName
{
color: #D97DB8;
}
.AnyTagClassName
{
color: #D97DB8;
}
</style>
background-color css
<style>
a { background-color: #D97DB8; }
a { background-color: rgb(217,125,184); }
div.DivClassName
{
background-color: #D97DB8;
}
.BgClassName
{
background-color: #D97DB8;
}
</style>
border-color css
<style>
span { border-color: #D97DB8; }
span { border-color: rgb(217,125,184); }
td.TdClassName
{
border-color: #D97DB8;
}
.TagClassName
{
border-color: #D97DB8;
}
</style>