Shades of Persian Pink #DD73B5
Tints of Persian Pink #DD73B5
RGB
CMYK
RGB Variations
Color information
#DD73B5 (or 0xDD73B5) is known color: Persian Pink. HEX triplet: DD, 73 and B5. RGB value is (221,115,181). Sum of RGB (Red+Green+Blue) = 221+115+181=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73B5 is #228C4A. Grayscale: #9A9A9A. Windows color (decimal): -2264139 or 11891677. OLE color: 11891677.
HSL color Cylindrical-coordinate representation of color #DD73B5: hue angle of 322.64º 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 #DD73B5 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 181 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.13 |
| HSL | 322.64º | 0.61% | 0.66% | - |
| HSV(B) | 322.64º | 0.48% | 0.87% | - |
| XYZ | 44.29 | 30.97 | 47.36 | - |
| YUV | 154.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 181 | 0 | 0.48 | 0.18 | 0.13 | 322.64 | 0.61 | 0.66 |
| Hex | DD | 73 | B5 | 0 | 30 | 12 | D | 143 | 3D | 42 |
| Octal | 335 | 163 | 265 | 0 | 60 | 22 | 15 | 503 | 75 | 102 |
| Binary | 11011101 | 1110011 | 10110101 | 0 | 110000 | 10010 | 1101 | 101000011 | 111101 | 1000010 |
Color Harmonies of #DD73B5
Complementary color
Monochromatic Colors of #DD73B5
Black with #DD73B5
Text Example
Text Example
White with #DD73B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73B5; }
p { color: rgb(221,115,181); }
H1.HeaderClassName
{
color: #DD73B5;
}
.AnyTagClassName
{
color: #DD73B5;
}
</style>
background-color css
<style>
a { background-color: #DD73B5; }
a { background-color: rgb(221,115,181); }
div.DivClassName
{
background-color: #DD73B5;
}
.BgClassName
{
background-color: #DD73B5;
}
</style>
border-color css
<style>
span { border-color: #DD73B5; }
span { border-color: rgb(221,115,181); }
td.TdClassName
{
border-color: #DD73B5;
}
.TagClassName
{
border-color: #DD73B5;
}
</style>