Shades of Persian Pink #DC73BC
Tints of Persian Pink #DC73BC
RGB
CMYK
RGB Variations
Color information
#DC73BC (or 0xDC73BC) is known color: Persian Pink. HEX triplet: DC, 73 and BC. RGB value is (220,115,188). Sum of RGB (Red+Green+Blue) = 220+115+188=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73BC is #238C43. Grayscale: #9A9A9A. Windows color (decimal): -2329668 or 12350428. OLE color: 12350428.
HSL color Cylindrical-coordinate representation of color #DC73BC: hue angle of 318.29º 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 #DC73BC is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 188 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.14 |
| HSL | 318.29º | 0.6% | 0.66% | - |
| HSV(B) | 318.29º | 0.48% | 0.86% | - |
| XYZ | 44.72 | 31.11 | 51.22 | - |
| YUV | 154.72 | 146.79 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 188 | 0 | 0.48 | 0.15 | 0.14 | 318.29 | 0.6 | 0.66 |
| Hex | DC | 73 | BC | 0 | 30 | F | E | 13E | 3C | 42 |
| Octal | 334 | 163 | 274 | 0 | 60 | 17 | 16 | 476 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10111100 | 0 | 110000 | 1111 | 1110 | 100111110 | 111100 | 1000010 |
Color Harmonies of #DC73BC
Complementary color
Monochromatic Colors of #DC73BC
Black with #DC73BC
Text Example
Text Example
White with #DC73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73BC; }
p { color: rgb(220,115,188); }
H1.HeaderClassName
{
color: #DC73BC;
}
.AnyTagClassName
{
color: #DC73BC;
}
</style>
background-color css
<style>
a { background-color: #DC73BC; }
a { background-color: rgb(220,115,188); }
div.DivClassName
{
background-color: #DC73BC;
}
.BgClassName
{
background-color: #DC73BC;
}
</style>
border-color css
<style>
span { border-color: #DC73BC; }
span { border-color: rgb(220,115,188); }
td.TdClassName
{
border-color: #DC73BC;
}
.TagClassName
{
border-color: #DC73BC;
}
</style>