Shades of Persian Pink #DC73B7
Tints of Persian Pink #DC73B7
RGB
CMYK
RGB Variations
Color information
#DC73B7 (or 0xDC73B7) is known color: Persian Pink. HEX triplet: DC, 73 and B7. RGB value is (220,115,183). Sum of RGB (Red+Green+Blue) = 220+115+183=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73B7 is #238C48. Grayscale: #999999. Windows color (decimal): -2329673 or 12022748. OLE color: 12022748.
HSL color Cylindrical-coordinate representation of color #DC73B7: hue angle of 321.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC73B7 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 183 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.14 |
| HSL | 321.14º | 0.6% | 0.66% | - |
| HSV(B) | 321.14º | 0.48% | 0.86% | - |
| XYZ | 44.19 | 30.9 | 48.43 | - |
| YUV | 154.15 | 144.29 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 183 | 0 | 0.48 | 0.17 | 0.14 | 321.14 | 0.6 | 0.66 |
| Hex | DC | 73 | B7 | 0 | 30 | 11 | E | 141 | 3C | 42 |
| Octal | 334 | 163 | 267 | 0 | 60 | 21 | 16 | 501 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10110111 | 0 | 110000 | 10001 | 1110 | 101000001 | 111100 | 1000010 |
Color Harmonies of #DC73B7
Complementary color
Monochromatic Colors of #DC73B7
Black with #DC73B7
Text Example
Text Example
White with #DC73B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73B7; }
p { color: rgb(220,115,183); }
H1.HeaderClassName
{
color: #DC73B7;
}
.AnyTagClassName
{
color: #DC73B7;
}
</style>
background-color css
<style>
a { background-color: #DC73B7; }
a { background-color: rgb(220,115,183); }
div.DivClassName
{
background-color: #DC73B7;
}
.BgClassName
{
background-color: #DC73B7;
}
</style>
border-color css
<style>
span { border-color: #DC73B7; }
span { border-color: rgb(220,115,183); }
td.TdClassName
{
border-color: #DC73B7;
}
.TagClassName
{
border-color: #DC73B7;
}
</style>