Shades of Persian Pink #DA73B7
Tints of Persian Pink #DA73B7
RGB
CMYK
RGB Variations
Color information
#DA73B7 (or 0xDA73B7) is known color: Persian Pink. HEX triplet: DA, 73 and B7. RGB value is (218,115,183). Sum of RGB (Red+Green+Blue) = 218+115+183=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73B7 is #258C48. Grayscale: #999999. Windows color (decimal): -2460745 or 12022746. OLE color: 12022746.
HSL color Cylindrical-coordinate representation of color #DA73B7: hue angle of 320.39º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA73B7 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 183 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.15 |
| HSL | 320.39º | 0.58% | 0.65% | - |
| HSV(B) | 320.39º | 0.47% | 0.85% | - |
| XYZ | 43.59 | 30.59 | 48.41 | - |
| YUV | 153.55 | 144.62 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 183 | 0 | 0.47 | 0.16 | 0.15 | 320.39 | 0.58 | 0.65 |
| Hex | DA | 73 | B7 | 0 | 2F | 10 | F | 140 | 3A | 41 |
| Octal | 332 | 163 | 267 | 0 | 57 | 20 | 17 | 500 | 72 | 101 |
| Binary | 11011010 | 1110011 | 10110111 | 0 | 101111 | 10000 | 1111 | 101000000 | 111010 | 1000001 |
Color Harmonies of #DA73B7
Complementary color
Monochromatic Colors of #DA73B7
Black with #DA73B7
Text Example
Text Example
White with #DA73B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA73B7; }
p { color: rgb(218,115,183); }
H1.HeaderClassName
{
color: #DA73B7;
}
.AnyTagClassName
{
color: #DA73B7;
}
</style>
background-color css
<style>
a { background-color: #DA73B7; }
a { background-color: rgb(218,115,183); }
div.DivClassName
{
background-color: #DA73B7;
}
.BgClassName
{
background-color: #DA73B7;
}
</style>
border-color css
<style>
span { border-color: #DA73B7; }
span { border-color: rgb(218,115,183); }
td.TdClassName
{
border-color: #DA73B7;
}
.TagClassName
{
border-color: #DA73B7;
}
</style>