Shades of Persian Pink #DC73B0
Tints of Persian Pink #DC73B0
RGB
CMYK
RGB Variations
Color information
#DC73B0 (or 0xDC73B0) is known color: Persian Pink. HEX triplet: DC, 73 and B0. RGB value is (220,115,176). Sum of RGB (Red+Green+Blue) = 220+115+176=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC73B0 is #238C4F. Grayscale: #999999. Windows color (decimal): -2329680 or 11563996. OLE color: 11563996.
HSL color Cylindrical-coordinate representation of color #DC73B0: hue angle of 325.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 #DC73B0 is Cyan = 0, Magento = 0.48, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 176 | - |
| CMYK | 0 | 0.48 | 0.2 | 0.14 |
| HSL | 325.14º | 0.6% | 0.66% | - |
| HSV(B) | 325.14º | 0.48% | 0.86% | - |
| XYZ | 43.48 | 30.61 | 44.69 | - |
| YUV | 153.35 | 140.79 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 176 | 0 | 0.48 | 0.2 | 0.14 | 325.14 | 0.6 | 0.66 |
| Hex | DC | 73 | B0 | 0 | 30 | 14 | E | 145 | 3C | 42 |
| Octal | 334 | 163 | 260 | 0 | 60 | 24 | 16 | 505 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10110000 | 0 | 110000 | 10100 | 1110 | 101000101 | 111100 | 1000010 |
Color Harmonies of #DC73B0
Complementary color
Monochromatic Colors of #DC73B0
Black with #DC73B0
Text Example
Text Example
White with #DC73B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73B0; }
p { color: rgb(220,115,176); }
H1.HeaderClassName
{
color: #DC73B0;
}
.AnyTagClassName
{
color: #DC73B0;
}
</style>
background-color css
<style>
a { background-color: #DC73B0; }
a { background-color: rgb(220,115,176); }
div.DivClassName
{
background-color: #DC73B0;
}
.BgClassName
{
background-color: #DC73B0;
}
</style>
border-color css
<style>
span { border-color: #DC73B0; }
span { border-color: rgb(220,115,176); }
td.TdClassName
{
border-color: #DC73B0;
}
.TagClassName
{
border-color: #DC73B0;
}
</style>