Shades of Persian Pink #DD73B7
Tints of Persian Pink #DD73B7
RGB
CMYK
RGB Variations
Color information
#DD73B7 (or 0xDD73B7) is known color: Persian Pink. HEX triplet: DD, 73 and B7. RGB value is (221,115,183). Sum of RGB (Red+Green+Blue) = 221+115+183=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73B7 is #228C48. Grayscale: #9A9A9A. Windows color (decimal): -2264137 or 12022749. OLE color: 12022749.
HSL color Cylindrical-coordinate representation of color #DD73B7: hue angle of 321.51º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD73B7 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 183 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.13 |
| HSL | 321.51º | 0.61% | 0.66% | - |
| HSV(B) | 321.51º | 0.48% | 0.87% | - |
| XYZ | 44.5 | 31.05 | 48.45 | - |
| YUV | 154.45 | 144.12 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 183 | 0 | 0.48 | 0.17 | 0.13 | 321.51 | 0.61 | 0.66 |
| Hex | DD | 73 | B7 | 0 | 30 | 11 | D | 142 | 3D | 42 |
| Octal | 335 | 163 | 267 | 0 | 60 | 21 | 15 | 502 | 75 | 102 |
| Binary | 11011101 | 1110011 | 10110111 | 0 | 110000 | 10001 | 1101 | 101000010 | 111101 | 1000010 |
Color Harmonies of #DD73B7
Complementary color
Monochromatic Colors of #DD73B7
Black with #DD73B7
Text Example
Text Example
White with #DD73B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73B7; }
p { color: rgb(221,115,183); }
H1.HeaderClassName
{
color: #DD73B7;
}
.AnyTagClassName
{
color: #DD73B7;
}
</style>
background-color css
<style>
a { background-color: #DD73B7; }
a { background-color: rgb(221,115,183); }
div.DivClassName
{
background-color: #DD73B7;
}
.BgClassName
{
background-color: #DD73B7;
}
</style>
border-color css
<style>
span { border-color: #DD73B7; }
span { border-color: rgb(221,115,183); }
td.TdClassName
{
border-color: #DD73B7;
}
.TagClassName
{
border-color: #DD73B7;
}
</style>