Shades of Persian Pink #DC73BA
Tints of Persian Pink #DC73BA
RGB
CMYK
RGB Variations
Color information
#DC73BA (or 0xDC73BA) is known color: Persian Pink. HEX triplet: DC, 73 and BA. RGB value is (220,115,186). Sum of RGB (Red+Green+Blue) = 220+115+186=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73BA is #238C45. Grayscale: #9A9A9A. Windows color (decimal): -2329670 or 12219356. OLE color: 12219356.
HSL color Cylindrical-coordinate representation of color #DC73BA: hue angle of 319.43º 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 #DC73BA is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 186 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.14 |
| HSL | 319.43º | 0.6% | 0.66% | - |
| HSV(B) | 319.43º | 0.48% | 0.86% | - |
| XYZ | 44.51 | 31.02 | 50.1 | - |
| YUV | 154.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 186 | 0 | 0.48 | 0.15 | 0.14 | 319.43 | 0.6 | 0.66 |
| Hex | DC | 73 | BA | 0 | 30 | F | E | 13F | 3C | 42 |
| Octal | 334 | 163 | 272 | 0 | 60 | 17 | 16 | 477 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10111010 | 0 | 110000 | 1111 | 1110 | 100111111 | 111100 | 1000010 |
Color Harmonies of #DC73BA
Complementary color
Monochromatic Colors of #DC73BA
Black with #DC73BA
Text Example
Text Example
White with #DC73BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73BA; }
p { color: rgb(220,115,186); }
H1.HeaderClassName
{
color: #DC73BA;
}
.AnyTagClassName
{
color: #DC73BA;
}
</style>
background-color css
<style>
a { background-color: #DC73BA; }
a { background-color: rgb(220,115,186); }
div.DivClassName
{
background-color: #DC73BA;
}
.BgClassName
{
background-color: #DC73BA;
}
</style>
border-color css
<style>
span { border-color: #DC73BA; }
span { border-color: rgb(220,115,186); }
td.TdClassName
{
border-color: #DC73BA;
}
.TagClassName
{
border-color: #DC73BA;
}
</style>