Shades of Persian Pink #DC73B1
Tints of Persian Pink #DC73B1
RGB
CMYK
RGB Variations
Color information
#DC73B1 (or 0xDC73B1) is known color: Persian Pink. HEX triplet: DC, 73 and B1. RGB value is (220,115,177). Sum of RGB (Red+Green+Blue) = 220+115+177=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC73B1 is #238C4E. Grayscale: #999999. Windows color (decimal): -2329679 or 11629532. OLE color: 11629532.
HSL color Cylindrical-coordinate representation of color #DC73B1: hue angle of 324.57º 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 #DC73B1 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 177 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.14 |
| HSL | 324.57º | 0.6% | 0.66% | - |
| HSV(B) | 324.57º | 0.48% | 0.86% | - |
| XYZ | 43.58 | 30.65 | 45.21 | - |
| YUV | 153.46 | 141.29 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 177 | 0 | 0.48 | 0.20 | 0.14 | 324.57 | 0.6 | 0.66 |
| Hex | DC | 73 | B1 | 0 | 30 | 14 | E | 145 | 3C | 42 |
| Octal | 334 | 163 | 261 | 0 | 60 | 24 | 16 | 505 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10110001 | 0 | 110000 | 10100 | 1110 | 101000101 | 111100 | 1000010 |
Color Harmonies of #DC73B1
Complementary color
Monochromatic Colors of #DC73B1
Black with #DC73B1
Text Example
Text Example
White with #DC73B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73B1; }
p { color: rgb(220,115,177); }
H1.HeaderClassName
{
color: #DC73B1;
}
.AnyTagClassName
{
color: #DC73B1;
}
</style>
background-color css
<style>
a { background-color: #DC73B1; }
a { background-color: rgb(220,115,177); }
div.DivClassName
{
background-color: #DC73B1;
}
.BgClassName
{
background-color: #DC73B1;
}
</style>
border-color css
<style>
span { border-color: #DC73B1; }
span { border-color: rgb(220,115,177); }
td.TdClassName
{
border-color: #DC73B1;
}
.TagClassName
{
border-color: #DC73B1;
}
</style>