Shades of Persian Pink #DC72B7
Tints of Persian Pink #DC72B7
RGB
CMYK
RGB Variations
Color information
#DC72B7 (or 0xDC72B7) is known color: Persian Pink. HEX triplet: DC, 72 and B7. RGB value is (220,114,183). Sum of RGB (Red+Green+Blue) = 220+114+183=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72B7 is #238D48. Grayscale: #999999. Windows color (decimal): -2329929 or 12022492. OLE color: 12022492.
HSL color Cylindrical-coordinate representation of color #DC72B7: hue angle of 320.94º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC72B7 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 183 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.14 |
| HSL | 320.94º | 0.6% | 0.65% | - |
| HSV(B) | 320.94º | 0.48% | 0.86% | - |
| XYZ | 44.08 | 30.67 | 48.4 | - |
| YUV | 153.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 183 | 0 | 0.48 | 0.17 | 0.14 | 320.94 | 0.6 | 0.65 |
| Hex | DC | 72 | B7 | 0 | 30 | 11 | E | 141 | 3C | 41 |
| Octal | 334 | 162 | 267 | 0 | 60 | 21 | 16 | 501 | 74 | 101 |
| Binary | 11011100 | 1110010 | 10110111 | 0 | 110000 | 10001 | 1110 | 101000001 | 111100 | 1000001 |
Color Harmonies of #DC72B7
Complementary color
Monochromatic Colors of #DC72B7
Black with #DC72B7
Text Example
Text Example
White with #DC72B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC72B7; }
p { color: rgb(220,114,183); }
H1.HeaderClassName
{
color: #DC72B7;
}
.AnyTagClassName
{
color: #DC72B7;
}
</style>
background-color css
<style>
a { background-color: #DC72B7; }
a { background-color: rgb(220,114,183); }
div.DivClassName
{
background-color: #DC72B7;
}
.BgClassName
{
background-color: #DC72B7;
}
</style>
border-color css
<style>
span { border-color: #DC72B7; }
span { border-color: rgb(220,114,183); }
td.TdClassName
{
border-color: #DC72B7;
}
.TagClassName
{
border-color: #DC72B7;
}
</style>