Shades of Persian Pink #DD73AF
Tints of Persian Pink #DD73AF
RGB
CMYK
RGB Variations
Color information
#DD73AF (or 0xDD73AF) is known color: Persian Pink. HEX triplet: DD, 73 and AF. RGB value is (221,115,175). Sum of RGB (Red+Green+Blue) = 221+115+175=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD73AF is #228C50. Grayscale: #999999. Windows color (decimal): -2264145 or 11498461. OLE color: 11498461.
HSL color Cylindrical-coordinate representation of color #DD73AF: hue angle of 326.04º 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 #DD73AF is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 175 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.13 |
| HSL | 326.04º | 0.61% | 0.66% | - |
| HSV(B) | 326.04º | 0.48% | 0.87% | - |
| XYZ | 43.69 | 30.73 | 44.19 | - |
| YUV | 153.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 175 | 0 | 0.48 | 0.21 | 0.13 | 326.04 | 0.61 | 0.66 |
| Hex | DD | 73 | AF | 0 | 30 | 15 | D | 146 | 3D | 42 |
| Octal | 335 | 163 | 257 | 0 | 60 | 25 | 15 | 506 | 75 | 102 |
| Binary | 11011101 | 1110011 | 10101111 | 0 | 110000 | 10101 | 1101 | 101000110 | 111101 | 1000010 |
Color Harmonies of #DD73AF
Complementary color
Monochromatic Colors of #DD73AF
Black with #DD73AF
Text Example
Text Example
White with #DD73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73AF; }
p { color: rgb(221,115,175); }
H1.HeaderClassName
{
color: #DD73AF;
}
.AnyTagClassName
{
color: #DD73AF;
}
</style>
background-color css
<style>
a { background-color: #DD73AF; }
a { background-color: rgb(221,115,175); }
div.DivClassName
{
background-color: #DD73AF;
}
.BgClassName
{
background-color: #DD73AF;
}
</style>
border-color css
<style>
span { border-color: #DD73AF; }
span { border-color: rgb(221,115,175); }
td.TdClassName
{
border-color: #DD73AF;
}
.TagClassName
{
border-color: #DD73AF;
}
</style>