Shades of Persian Pink #D971B3
Tints of Persian Pink #D971B3
RGB
CMYK
RGB Variations
Color information
#D971B3 (or 0xD971B3) is known color: Persian Pink. HEX triplet: D9, 71 and B3. RGB value is (217,113,179). Sum of RGB (Red+Green+Blue) = 217+113+179=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D971B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971B3 is #268E4C. Grayscale: #979797. Windows color (decimal): -2526797 or 11760089. OLE color: 11760089.
HSL color Cylindrical-coordinate representation of color #D971B3: hue angle of 321.92º 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 #D971B3 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 113 | 179 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.15 |
| HSL | 321.92º | 0.58% | 0.65% | - |
| HSV(B) | 321.92º | 0.48% | 0.85% | - |
| XYZ | 42.66 | 29.82 | 46.15 | - |
| YUV | 151.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 179 | 0 | 0.48 | 0.18 | 0.15 | 321.92 | 0.58 | 0.65 |
| Hex | D9 | 71 | B3 | 0 | 30 | 12 | F | 142 | 3A | 41 |
| Octal | 331 | 161 | 263 | 0 | 60 | 22 | 17 | 502 | 72 | 101 |
| Binary | 11011001 | 1110001 | 10110011 | 0 | 110000 | 10010 | 1111 | 101000010 | 111010 | 1000001 |
Color Harmonies of #D971B3
Complementary color
Monochromatic Colors of #D971B3
Black with #D971B3
Text Example
Text Example
White with #D971B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971B3; }
p { color: rgb(217,113,179); }
H1.HeaderClassName
{
color: #D971B3;
}
.AnyTagClassName
{
color: #D971B3;
}
</style>
background-color css
<style>
a { background-color: #D971B3; }
a { background-color: rgb(217,113,179); }
div.DivClassName
{
background-color: #D971B3;
}
.BgClassName
{
background-color: #D971B3;
}
</style>
border-color css
<style>
span { border-color: #D971B3; }
span { border-color: rgb(217,113,179); }
td.TdClassName
{
border-color: #D971B3;
}
.TagClassName
{
border-color: #D971B3;
}
</style>