Shades of Persian Pink #D981BC
Tints of Persian Pink #D981BC
RGB
CMYK
RGB Variations
Color information
#D981BC (or 0xD981BC) is known color: Persian Pink. HEX triplet: D9, 81 and BC. RGB value is (217,129,188). Sum of RGB (Red+Green+Blue) = 217+129+188=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D981BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981BC is #267E43. Grayscale: #A1A1A1. Windows color (decimal): -2522692 or 12354009. OLE color: 12354009.
HSL color Cylindrical-coordinate representation of color #D981BC: hue angle of 319.77º 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 #D981BC is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 129 | 188 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.15 |
| HSL | 319.77º | 0.54% | 0.68% | - |
| HSV(B) | 319.77º | 0.41% | 0.85% | - |
| XYZ | 45.54 | 34.08 | 51.76 | - |
| YUV | 162.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 188 | 0 | 0.41 | 0.13 | 0.15 | 319.77 | 0.54 | 0.68 |
| Hex | D9 | 81 | BC | 0 | 29 | D | F | 140 | 36 | 44 |
| Octal | 331 | 201 | 274 | 0 | 51 | 15 | 17 | 500 | 66 | 104 |
| Binary | 11011001 | 10000001 | 10111100 | 0 | 101001 | 1101 | 1111 | 101000000 | 110110 | 1000100 |
Color Harmonies of #D981BC
Complementary color
Monochromatic Colors of #D981BC
Black with #D981BC
Text Example
Text Example
White with #D981BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D981BC; }
p { color: rgb(217,129,188); }
H1.HeaderClassName
{
color: #D981BC;
}
.AnyTagClassName
{
color: #D981BC;
}
</style>
background-color css
<style>
a { background-color: #D981BC; }
a { background-color: rgb(217,129,188); }
div.DivClassName
{
background-color: #D981BC;
}
.BgClassName
{
background-color: #D981BC;
}
</style>
border-color css
<style>
span { border-color: #D981BC; }
span { border-color: rgb(217,129,188); }
td.TdClassName
{
border-color: #D981BC;
}
.TagClassName
{
border-color: #D981BC;
}
</style>