Shades of Persian Pink #DD73B3
Tints of Persian Pink #DD73B3
RGB
CMYK
RGB Variations
Color information
#DD73B3 (or 0xDD73B3) is known color: Persian Pink. HEX triplet: DD, 73 and B3. RGB value is (221,115,179). Sum of RGB (Red+Green+Blue) = 221+115+179=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73B3 is #228C4C. Grayscale: #999999. Windows color (decimal): -2264141 or 11760605. OLE color: 11760605.
HSL color Cylindrical-coordinate representation of color #DD73B3: hue angle of 323.77º 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 #DD73B3 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 179 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.13 |
| HSL | 323.77º | 0.61% | 0.66% | - |
| HSV(B) | 323.77º | 0.48% | 0.87% | - |
| XYZ | 44.09 | 30.89 | 46.29 | - |
| YUV | 153.99 | 142.12 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 179 | 0 | 0.48 | 0.19 | 0.13 | 323.77 | 0.61 | 0.66 |
| Hex | DD | 73 | B3 | 0 | 30 | 13 | D | 144 | 3D | 42 |
| Octal | 335 | 163 | 263 | 0 | 60 | 23 | 15 | 504 | 75 | 102 |
| Binary | 11011101 | 1110011 | 10110011 | 0 | 110000 | 10011 | 1101 | 101000100 | 111101 | 1000010 |
Color Harmonies of #DD73B3
Complementary color
Monochromatic Colors of #DD73B3
Black with #DD73B3
Text Example
Text Example
White with #DD73B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73B3; }
p { color: rgb(221,115,179); }
H1.HeaderClassName
{
color: #DD73B3;
}
.AnyTagClassName
{
color: #DD73B3;
}
</style>
background-color css
<style>
a { background-color: #DD73B3; }
a { background-color: rgb(221,115,179); }
div.DivClassName
{
background-color: #DD73B3;
}
.BgClassName
{
background-color: #DD73B3;
}
</style>
border-color css
<style>
span { border-color: #DD73B3; }
span { border-color: rgb(221,115,179); }
td.TdClassName
{
border-color: #DD73B3;
}
.TagClassName
{
border-color: #DD73B3;
}
</style>