Shades of Persian Pink #D976B8
Tints of Persian Pink #D976B8
RGB
CMYK
RGB Variations
Color information
#D976B8 (or 0xD976B8) is known color: Persian Pink. HEX triplet: D9, 76 and B8. RGB value is (217,118,184). Sum of RGB (Red+Green+Blue) = 217+118+184=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D976B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976B8 is #268947. Grayscale: #9A9A9A. Windows color (decimal): -2525512 or 12089049. OLE color: 12089049.
HSL color Cylindrical-coordinate representation of color #D976B8: hue angle of 320º 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 #D976B8 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 184 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.15 |
| HSL | 320º | 0.57% | 0.66% | - |
| HSV(B) | 320º | 0.46% | 0.85% | - |
| XYZ | 43.75 | 31.17 | 49.06 | - |
| YUV | 155.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 184 | 0 | 0.46 | 0.15 | 0.15 | 320 | 0.57 | 0.66 |
| Hex | D9 | 76 | B8 | 0 | 2E | F | F | 140 | 39 | 42 |
| Octal | 331 | 166 | 270 | 0 | 56 | 17 | 17 | 500 | 71 | 102 |
| Binary | 11011001 | 1110110 | 10111000 | 0 | 101110 | 1111 | 1111 | 101000000 | 111001 | 1000010 |
Color Harmonies of #D976B8
Complementary color
Monochromatic Colors of #D976B8
Black with #D976B8
Text Example
Text Example
White with #D976B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976B8; }
p { color: rgb(217,118,184); }
H1.HeaderClassName
{
color: #D976B8;
}
.AnyTagClassName
{
color: #D976B8;
}
</style>
background-color css
<style>
a { background-color: #D976B8; }
a { background-color: rgb(217,118,184); }
div.DivClassName
{
background-color: #D976B8;
}
.BgClassName
{
background-color: #D976B8;
}
</style>
border-color css
<style>
span { border-color: #D976B8; }
span { border-color: rgb(217,118,184); }
td.TdClassName
{
border-color: #D976B8;
}
.TagClassName
{
border-color: #D976B8;
}
</style>