Shades of Persian Pink #D981BF
Tints of Persian Pink #D981BF
RGB
CMYK
RGB Variations
Color information
#D981BF (or 0xD981BF) is known color: Persian Pink. HEX triplet: D9, 81 and BF. RGB value is (217,129,191). Sum of RGB (Red+Green+Blue) = 217+129+191=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D981BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981BF is #267E40. Grayscale: #A2A2A2. Windows color (decimal): -2522689 or 12550617. OLE color: 12550617.
HSL color Cylindrical-coordinate representation of color #D981BF: hue angle of 317.73º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D981BF is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 129 | 191 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.15 |
| HSL | 317.73º | 0.54% | 0.68% | - |
| HSV(B) | 317.73º | 0.41% | 0.85% | - |
| XYZ | 45.87 | 34.21 | 53.48 | - |
| YUV | 162.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 191 | 0 | 0.41 | 0.12 | 0.15 | 317.73 | 0.54 | 0.68 |
| Hex | D9 | 81 | BF | 0 | 29 | C | F | 13E | 36 | 44 |
| Octal | 331 | 201 | 277 | 0 | 51 | 14 | 17 | 476 | 66 | 104 |
| Binary | 11011001 | 10000001 | 10111111 | 0 | 101001 | 1100 | 1111 | 100111110 | 110110 | 1000100 |
Color Harmonies of #D981BF
Complementary color
Monochromatic Colors of #D981BF
Black with #D981BF
Text Example
Text Example
White with #D981BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D981BF; }
p { color: rgb(217,129,191); }
H1.HeaderClassName
{
color: #D981BF;
}
.AnyTagClassName
{
color: #D981BF;
}
</style>
background-color css
<style>
a { background-color: #D981BF; }
a { background-color: rgb(217,129,191); }
div.DivClassName
{
background-color: #D981BF;
}
.BgClassName
{
background-color: #D981BF;
}
</style>
border-color css
<style>
span { border-color: #D981BF; }
span { border-color: rgb(217,129,191); }
td.TdClassName
{
border-color: #D981BF;
}
.TagClassName
{
border-color: #D981BF;
}
</style>