Shades of Persian Pink #DC73B9
Tints of Persian Pink #DC73B9
RGB
CMYK
RGB Variations
Color information
#DC73B9 (or 0xDC73B9) is known color: Persian Pink. HEX triplet: DC, 73 and B9. RGB value is (220,115,185). Sum of RGB (Red+Green+Blue) = 220+115+185=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73B9 is #238C46. Grayscale: #9A9A9A. Windows color (decimal): -2329671 or 12153820. OLE color: 12153820.
HSL color Cylindrical-coordinate representation of color #DC73B9: hue angle of 320º 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 #DC73B9 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 185 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.14 |
| HSL | 320º | 0.6% | 0.66% | - |
| HSV(B) | 320º | 0.48% | 0.86% | - |
| XYZ | 44.4 | 30.98 | 49.54 | - |
| YUV | 154.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 185 | 0 | 0.48 | 0.16 | 0.14 | 320 | 0.6 | 0.66 |
| Hex | DC | 73 | B9 | 0 | 30 | 10 | E | 140 | 3C | 42 |
| Octal | 334 | 163 | 271 | 0 | 60 | 20 | 16 | 500 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10111001 | 0 | 110000 | 10000 | 1110 | 101000000 | 111100 | 1000010 |
Color Harmonies of #DC73B9
Complementary color
Monochromatic Colors of #DC73B9
Black with #DC73B9
Text Example
Text Example
White with #DC73B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73B9; }
p { color: rgb(220,115,185); }
H1.HeaderClassName
{
color: #DC73B9;
}
.AnyTagClassName
{
color: #DC73B9;
}
</style>
background-color css
<style>
a { background-color: #DC73B9; }
a { background-color: rgb(220,115,185); }
div.DivClassName
{
background-color: #DC73B9;
}
.BgClassName
{
background-color: #DC73B9;
}
</style>
border-color css
<style>
span { border-color: #DC73B9; }
span { border-color: rgb(220,115,185); }
td.TdClassName
{
border-color: #DC73B9;
}
.TagClassName
{
border-color: #DC73B9;
}
</style>