Shades of Persian Pink #DA71B7
Tints of Persian Pink #DA71B7
RGB
CMYK
RGB Variations
Color information
#DA71B7 (or 0xDA71B7) is known color: Persian Pink. HEX triplet: DA, 71 and B7. RGB value is (218,113,183). Sum of RGB (Red+Green+Blue) = 218+113+183=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71B7 is #258E48. Grayscale: #989898. Windows color (decimal): -2461257 or 12022234. OLE color: 12022234.
HSL color Cylindrical-coordinate representation of color #DA71B7: hue angle of 320º degrees, saturation: 0.59, 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 #DA71B7 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 183 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.15 |
| HSL | 320º | 0.59% | 0.65% | - |
| HSV(B) | 320º | 0.48% | 0.85% | - |
| XYZ | 43.37 | 30.13 | 48.33 | - |
| YUV | 152.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 183 | 0 | 0.48 | 0.16 | 0.15 | 320 | 0.59 | 0.65 |
| Hex | DA | 71 | B7 | 0 | 30 | 10 | F | 140 | 3B | 41 |
| Octal | 332 | 161 | 267 | 0 | 60 | 20 | 17 | 500 | 73 | 101 |
| Binary | 11011010 | 1110001 | 10110111 | 0 | 110000 | 10000 | 1111 | 101000000 | 111011 | 1000001 |
Color Harmonies of #DA71B7
Complementary color
Monochromatic Colors of #DA71B7
Black with #DA71B7
Text Example
Text Example
White with #DA71B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA71B7; }
p { color: rgb(218,113,183); }
H1.HeaderClassName
{
color: #DA71B7;
}
.AnyTagClassName
{
color: #DA71B7;
}
</style>
background-color css
<style>
a { background-color: #DA71B7; }
a { background-color: rgb(218,113,183); }
div.DivClassName
{
background-color: #DA71B7;
}
.BgClassName
{
background-color: #DA71B7;
}
</style>
border-color css
<style>
span { border-color: #DA71B7; }
span { border-color: rgb(218,113,183); }
td.TdClassName
{
border-color: #DA71B7;
}
.TagClassName
{
border-color: #DA71B7;
}
</style>