Shades of Persian Pink #D980B9
Tints of Persian Pink #D980B9
RGB
CMYK
RGB Variations
Color information
#D980B9 (or 0xD980B9) is known color: Persian Pink. HEX triplet: D9, 80 and B9. RGB value is (217,128,185). Sum of RGB (Red+Green+Blue) = 217+128+185=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D980B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980B9 is #267F46. Grayscale: #A0A0A0. Windows color (decimal): -2522951 or 12157145. OLE color: 12157145.
HSL color Cylindrical-coordinate representation of color #D980B9: hue angle of 321.57º 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 #D980B9 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 128 | 185 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.15 |
| HSL | 321.57º | 0.54% | 0.68% | - |
| HSV(B) | 321.57º | 0.41% | 0.85% | - |
| XYZ | 45.09 | 33.69 | 50.03 | - |
| YUV | 161.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 185 | 0 | 0.41 | 0.15 | 0.15 | 321.57 | 0.54 | 0.68 |
| Hex | D9 | 80 | B9 | 0 | 29 | F | F | 142 | 36 | 44 |
| Octal | 331 | 200 | 271 | 0 | 51 | 17 | 17 | 502 | 66 | 104 |
| Binary | 11011001 | 10000000 | 10111001 | 0 | 101001 | 1111 | 1111 | 101000010 | 110110 | 1000100 |
Color Harmonies of #D980B9
Complementary color
Monochromatic Colors of #D980B9
Black with #D980B9
Text Example
Text Example
White with #D980B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D980B9; }
p { color: rgb(217,128,185); }
H1.HeaderClassName
{
color: #D980B9;
}
.AnyTagClassName
{
color: #D980B9;
}
</style>
background-color css
<style>
a { background-color: #D980B9; }
a { background-color: rgb(217,128,185); }
div.DivClassName
{
background-color: #D980B9;
}
.BgClassName
{
background-color: #D980B9;
}
</style>
border-color css
<style>
span { border-color: #D980B9; }
span { border-color: rgb(217,128,185); }
td.TdClassName
{
border-color: #D980B9;
}
.TagClassName
{
border-color: #D980B9;
}
</style>