Shades of Persian Pink #D96EB8
Tints of Persian Pink #D96EB8
RGB
CMYK
RGB Variations
Color information
#D96EB8 (or 0xD96EB8) is known color: Persian Pink. HEX triplet: D9, 6E and B8. RGB value is (217,110,184). Sum of RGB (Red+Green+Blue) = 217+110+184=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D96EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96EB8 is #269147. Grayscale: #969696. Windows color (decimal): -2527560 or 12087001. OLE color: 12087001.
HSL color Cylindrical-coordinate representation of color #D96EB8: hue angle of 318.5º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96EB8 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 184 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.15 |
| HSL | 318.5º | 0.58% | 0.64% | - |
| HSV(B) | 318.5º | 0.49% | 0.85% | - |
| XYZ | 42.84 | 29.36 | 48.76 | - |
| YUV | 150.43 | 146.95 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 184 | 0 | 0.49 | 0.15 | 0.15 | 318.5 | 0.58 | 0.64 |
| Hex | D9 | 6E | B8 | 0 | 31 | F | F | 13F | 3A | 40 |
| Octal | 331 | 156 | 270 | 0 | 61 | 17 | 17 | 477 | 72 | 100 |
| Binary | 11011001 | 1101110 | 10111000 | 0 | 110001 | 1111 | 1111 | 100111111 | 111010 | 1000000 |
Color Harmonies of #D96EB8
Complementary color
Monochromatic Colors of #D96EB8
Black with #D96EB8
Text Example
Text Example
White with #D96EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96EB8; }
p { color: rgb(217,110,184); }
H1.HeaderClassName
{
color: #D96EB8;
}
.AnyTagClassName
{
color: #D96EB8;
}
</style>
background-color css
<style>
a { background-color: #D96EB8; }
a { background-color: rgb(217,110,184); }
div.DivClassName
{
background-color: #D96EB8;
}
.BgClassName
{
background-color: #D96EB8;
}
</style>
border-color css
<style>
span { border-color: #D96EB8; }
span { border-color: rgb(217,110,184); }
td.TdClassName
{
border-color: #D96EB8;
}
.TagClassName
{
border-color: #D96EB8;
}
</style>