Shades of Persian Pink #D976B4
Tints of Persian Pink #D976B4
RGB
CMYK
RGB Variations
Color information
#D976B4 (or 0xD976B4) is known color: Persian Pink. HEX triplet: D9, 76 and B4. RGB value is (217,118,180). Sum of RGB (Red+Green+Blue) = 217+118+180=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D976B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976B4 is #26894B. Grayscale: #9A9A9A. Windows color (decimal): -2525516 or 11826905. OLE color: 11826905.
HSL color Cylindrical-coordinate representation of color #D976B4: hue angle of 322.42º 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 #D976B4 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 180 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.15 |
| HSL | 322.42º | 0.57% | 0.66% | - |
| HSV(B) | 322.42º | 0.46% | 0.85% | - |
| XYZ | 43.33 | 31 | 46.88 | - |
| YUV | 154.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 180 | 0 | 0.46 | 0.17 | 0.15 | 322.42 | 0.57 | 0.66 |
| Hex | D9 | 76 | B4 | 0 | 2E | 11 | F | 142 | 39 | 42 |
| Octal | 331 | 166 | 264 | 0 | 56 | 21 | 17 | 502 | 71 | 102 |
| Binary | 11011001 | 1110110 | 10110100 | 0 | 101110 | 10001 | 1111 | 101000010 | 111001 | 1000010 |
Color Harmonies of #D976B4
Complementary color
Monochromatic Colors of #D976B4
Black with #D976B4
Text Example
Text Example
White with #D976B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976B4; }
p { color: rgb(217,118,180); }
H1.HeaderClassName
{
color: #D976B4;
}
.AnyTagClassName
{
color: #D976B4;
}
</style>
background-color css
<style>
a { background-color: #D976B4; }
a { background-color: rgb(217,118,180); }
div.DivClassName
{
background-color: #D976B4;
}
.BgClassName
{
background-color: #D976B4;
}
</style>
border-color css
<style>
span { border-color: #D976B4; }
span { border-color: rgb(217,118,180); }
td.TdClassName
{
border-color: #D976B4;
}
.TagClassName
{
border-color: #D976B4;
}
</style>