Shades of Persian Pink #D971B8
Tints of Persian Pink #D971B8
RGB
CMYK
RGB Variations
Color information
#D971B8 (or 0xD971B8) is known color: Persian Pink. HEX triplet: D9, 71 and B8. RGB value is (217,113,184). Sum of RGB (Red+Green+Blue) = 217+113+184=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D971B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971B8 is #268E47. Grayscale: #989898. Windows color (decimal): -2526792 or 12087769. OLE color: 12087769.
HSL color Cylindrical-coordinate representation of color #D971B8: hue angle of 319.04º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D971B8 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 113 | 184 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.15 |
| HSL | 319.04º | 0.58% | 0.65% | - |
| HSV(B) | 319.04º | 0.48% | 0.85% | - |
| XYZ | 43.17 | 30.02 | 48.87 | - |
| YUV | 152.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 184 | 0 | 0.48 | 0.15 | 0.15 | 319.04 | 0.58 | 0.65 |
| Hex | D9 | 71 | B8 | 0 | 30 | F | F | 13F | 3A | 41 |
| Octal | 331 | 161 | 270 | 0 | 60 | 17 | 17 | 477 | 72 | 101 |
| Binary | 11011001 | 1110001 | 10111000 | 0 | 110000 | 1111 | 1111 | 100111111 | 111010 | 1000001 |
Color Harmonies of #D971B8
Complementary color
Monochromatic Colors of #D971B8
Black with #D971B8
Text Example
Text Example
White with #D971B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971B8; }
p { color: rgb(217,113,184); }
H1.HeaderClassName
{
color: #D971B8;
}
.AnyTagClassName
{
color: #D971B8;
}
</style>
background-color css
<style>
a { background-color: #D971B8; }
a { background-color: rgb(217,113,184); }
div.DivClassName
{
background-color: #D971B8;
}
.BgClassName
{
background-color: #D971B8;
}
</style>
border-color css
<style>
span { border-color: #D971B8; }
span { border-color: rgb(217,113,184); }
td.TdClassName
{
border-color: #D971B8;
}
.TagClassName
{
border-color: #D971B8;
}
</style>