Shades of Persian Pink #D979B0
Tints of Persian Pink #D979B0
RGB
CMYK
RGB Variations
Color information
#D979B0 (or 0xD979B0) is known color: Persian Pink. HEX triplet: D9, 79 and B0. RGB value is (217,121,176). Sum of RGB (Red+Green+Blue) = 217+121+176=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D979B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D979B0 is #26864F. Grayscale: #9B9B9B. Windows color (decimal): -2524752 or 11565529. OLE color: 11565529.
HSL color Cylindrical-coordinate representation of color #D979B0: hue angle of 325.62º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D979B0 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 121 | 176 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.15 |
| HSL | 325.63º | 0.56% | 0.66% | - |
| HSV(B) | 325.63º | 0.44% | 0.85% | - |
| XYZ | 43.29 | 31.56 | 44.88 | - |
| YUV | 155.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 121 | 176 | 0 | 0.44 | 0.19 | 0.15 | 325.63 | 0.56 | 0.66 |
| Hex | D9 | 79 | B0 | 0 | 2C | 13 | F | 146 | 38 | 42 |
| Octal | 331 | 171 | 260 | 0 | 54 | 23 | 17 | 506 | 70 | 102 |
| Binary | 11011001 | 1111001 | 10110000 | 0 | 101100 | 10011 | 1111 | 101000110 | 111000 | 1000010 |
Color Harmonies of #D979B0
Complementary color
Monochromatic Colors of #D979B0
Black with #D979B0
Text Example
Text Example
White with #D979B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D979B0; }
p { color: rgb(217,121,176); }
H1.HeaderClassName
{
color: #D979B0;
}
.AnyTagClassName
{
color: #D979B0;
}
</style>
background-color css
<style>
a { background-color: #D979B0; }
a { background-color: rgb(217,121,176); }
div.DivClassName
{
background-color: #D979B0;
}
.BgClassName
{
background-color: #D979B0;
}
</style>
border-color css
<style>
span { border-color: #D979B0; }
span { border-color: rgb(217,121,176); }
td.TdClassName
{
border-color: #D979B0;
}
.TagClassName
{
border-color: #D979B0;
}
</style>