Shades of Persian Pink #DC73B2
Tints of Persian Pink #DC73B2
RGB
CMYK
RGB Variations
Color information
#DC73B2 (or 0xDC73B2) is known color: Persian Pink. HEX triplet: DC, 73 and B2. RGB value is (220,115,178). Sum of RGB (Red+Green+Blue) = 220+115+178=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC73B2 is #238C4D. Grayscale: #999999. Windows color (decimal): -2329678 or 11695068. OLE color: 11695068.
HSL color Cylindrical-coordinate representation of color #DC73B2: hue angle of 324º 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 #DC73B2 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 178 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.14 |
| HSL | 324º | 0.6% | 0.66% | - |
| HSV(B) | 324º | 0.48% | 0.86% | - |
| XYZ | 43.68 | 30.69 | 45.74 | - |
| YUV | 153.58 | 141.79 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 178 | 0 | 0.48 | 0.19 | 0.14 | 324 | 0.6 | 0.66 |
| Hex | DC | 73 | B2 | 0 | 30 | 13 | E | 144 | 3C | 42 |
| Octal | 334 | 163 | 262 | 0 | 60 | 23 | 16 | 504 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10110010 | 0 | 110000 | 10011 | 1110 | 101000100 | 111100 | 1000010 |
Color Harmonies of #DC73B2
Complementary color
Monochromatic Colors of #DC73B2
Black with #DC73B2
Text Example
Text Example
White with #DC73B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73B2; }
p { color: rgb(220,115,178); }
H1.HeaderClassName
{
color: #DC73B2;
}
.AnyTagClassName
{
color: #DC73B2;
}
</style>
background-color css
<style>
a { background-color: #DC73B2; }
a { background-color: rgb(220,115,178); }
div.DivClassName
{
background-color: #DC73B2;
}
.BgClassName
{
background-color: #DC73B2;
}
</style>
border-color css
<style>
span { border-color: #DC73B2; }
span { border-color: rgb(220,115,178); }
td.TdClassName
{
border-color: #DC73B2;
}
.TagClassName
{
border-color: #DC73B2;
}
</style>