Shades of Persian Pink #D976B7
Tints of Persian Pink #D976B7
RGB
CMYK
RGB Variations
Color information
#D976B7 (or 0xD976B7) is known color: Persian Pink. HEX triplet: D9, 76 and B7. RGB value is (217,118,183). Sum of RGB (Red+Green+Blue) = 217+118+183=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D976B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976B7 is #268948. Grayscale: #9A9A9A. Windows color (decimal): -2525513 or 12023513. OLE color: 12023513.
HSL color Cylindrical-coordinate representation of color #D976B7: hue angle of 320.61º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D976B7 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 183 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.15 |
| HSL | 320.61º | 0.57% | 0.66% | - |
| HSV(B) | 320.61º | 0.46% | 0.85% | - |
| XYZ | 43.64 | 31.13 | 48.51 | - |
| YUV | 155.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 183 | 0 | 0.46 | 0.16 | 0.15 | 320.61 | 0.57 | 0.66 |
| Hex | D9 | 76 | B7 | 0 | 2E | 10 | F | 141 | 39 | 42 |
| Octal | 331 | 166 | 267 | 0 | 56 | 20 | 17 | 501 | 71 | 102 |
| Binary | 11011001 | 1110110 | 10110111 | 0 | 101110 | 10000 | 1111 | 101000001 | 111001 | 1000010 |
Color Harmonies of #D976B7
Complementary color
Monochromatic Colors of #D976B7
Black with #D976B7
Text Example
Text Example
White with #D976B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976B7; }
p { color: rgb(217,118,183); }
H1.HeaderClassName
{
color: #D976B7;
}
.AnyTagClassName
{
color: #D976B7;
}
</style>
background-color css
<style>
a { background-color: #D976B7; }
a { background-color: rgb(217,118,183); }
div.DivClassName
{
background-color: #D976B7;
}
.BgClassName
{
background-color: #D976B7;
}
</style>
border-color css
<style>
span { border-color: #D976B7; }
span { border-color: rgb(217,118,183); }
td.TdClassName
{
border-color: #D976B7;
}
.TagClassName
{
border-color: #D976B7;
}
</style>