Shades of Persian Pink #DC73BD
Tints of Persian Pink #DC73BD
RGB
CMYK
RGB Variations
Color information
#DC73BD (or 0xDC73BD) is known color: Persian Pink. HEX triplet: DC, 73 and BD. RGB value is (220,115,189). Sum of RGB (Red+Green+Blue) = 220+115+189=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73BD is #238C42. Grayscale: #9A9A9A. Windows color (decimal): -2329667 or 12415964. OLE color: 12415964.
HSL color Cylindrical-coordinate representation of color #DC73BD: hue angle of 317.71º 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 #DC73BD is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 189 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.14 |
| HSL | 317.71º | 0.6% | 0.66% | - |
| HSV(B) | 317.71º | 0.48% | 0.86% | - |
| XYZ | 44.83 | 31.15 | 51.79 | - |
| YUV | 154.83 | 147.29 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 189 | 0 | 0.48 | 0.14 | 0.14 | 317.71 | 0.6 | 0.66 |
| Hex | DC | 73 | BD | 0 | 30 | E | E | 13E | 3C | 42 |
| Octal | 334 | 163 | 275 | 0 | 60 | 16 | 16 | 476 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10111101 | 0 | 110000 | 1110 | 1110 | 100111110 | 111100 | 1000010 |
Color Harmonies of #DC73BD
Complementary color
Monochromatic Colors of #DC73BD
Black with #DC73BD
Text Example
Text Example
White with #DC73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73BD; }
p { color: rgb(220,115,189); }
H1.HeaderClassName
{
color: #DC73BD;
}
.AnyTagClassName
{
color: #DC73BD;
}
</style>
background-color css
<style>
a { background-color: #DC73BD; }
a { background-color: rgb(220,115,189); }
div.DivClassName
{
background-color: #DC73BD;
}
.BgClassName
{
background-color: #DC73BD;
}
</style>
border-color css
<style>
span { border-color: #DC73BD; }
span { border-color: rgb(220,115,189); }
td.TdClassName
{
border-color: #DC73BD;
}
.TagClassName
{
border-color: #DC73BD;
}
</style>