Shades of Persian Pink #D979BB
Tints of Persian Pink #D979BB
RGB
CMYK
RGB Variations
Color information
#D979BB (or 0xD979BB) is known color: Persian Pink. HEX triplet: D9, 79 and BB. RGB value is (217,121,187). Sum of RGB (Red+Green+Blue) = 217+121+187=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D979BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979BB is #268644. Grayscale: #9D9D9D. Windows color (decimal): -2524741 or 12286425. OLE color: 12286425.
HSL color Cylindrical-coordinate representation of color #D979BB: hue angle of 318.75º 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 #D979BB is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 121 | 187 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.15 |
| HSL | 318.75º | 0.56% | 0.66% | - |
| HSV(B) | 318.75º | 0.44% | 0.85% | - |
| XYZ | 44.42 | 32.01 | 50.85 | - |
| YUV | 157.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 121 | 187 | 0 | 0.44 | 0.14 | 0.15 | 318.75 | 0.56 | 0.66 |
| Hex | D9 | 79 | BB | 0 | 2C | E | F | 13F | 38 | 42 |
| Octal | 331 | 171 | 273 | 0 | 54 | 16 | 17 | 477 | 70 | 102 |
| Binary | 11011001 | 1111001 | 10111011 | 0 | 101100 | 1110 | 1111 | 100111111 | 111000 | 1000010 |
Color Harmonies of #D979BB
Complementary color
Monochromatic Colors of #D979BB
Black with #D979BB
Text Example
Text Example
White with #D979BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D979BB; }
p { color: rgb(217,121,187); }
H1.HeaderClassName
{
color: #D979BB;
}
.AnyTagClassName
{
color: #D979BB;
}
</style>
background-color css
<style>
a { background-color: #D979BB; }
a { background-color: rgb(217,121,187); }
div.DivClassName
{
background-color: #D979BB;
}
.BgClassName
{
background-color: #D979BB;
}
</style>
border-color css
<style>
span { border-color: #D979BB; }
span { border-color: rgb(217,121,187); }
td.TdClassName
{
border-color: #D979BB;
}
.TagClassName
{
border-color: #D979BB;
}
</style>