Shades of Persian Pink #DD73BB
Tints of Persian Pink #DD73BB
RGB
CMYK
RGB Variations
Color information
#DD73BB (or 0xDD73BB) is known color: Persian Pink. HEX triplet: DD, 73 and BB. RGB value is (221,115,187). Sum of RGB (Red+Green+Blue) = 221+115+187=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73BB is #228C44. Grayscale: #9A9A9A. Windows color (decimal): -2264133 or 12284893. OLE color: 12284893.
HSL color Cylindrical-coordinate representation of color #DD73BB: hue angle of 319.25º 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 #DD73BB is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 187 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.13 |
| HSL | 319.25º | 0.61% | 0.66% | - |
| HSV(B) | 319.25º | 0.48% | 0.87% | - |
| XYZ | 44.92 | 31.22 | 50.67 | - |
| YUV | 154.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 187 | 0 | 0.48 | 0.15 | 0.13 | 319.25 | 0.61 | 0.66 |
| Hex | DD | 73 | BB | 0 | 30 | F | D | 13F | 3D | 42 |
| Octal | 335 | 163 | 273 | 0 | 60 | 17 | 15 | 477 | 75 | 102 |
| Binary | 11011101 | 1110011 | 10111011 | 0 | 110000 | 1111 | 1101 | 100111111 | 111101 | 1000010 |
Color Harmonies of #DD73BB
Complementary color
Monochromatic Colors of #DD73BB
Black with #DD73BB
Text Example
Text Example
White with #DD73BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73BB; }
p { color: rgb(221,115,187); }
H1.HeaderClassName
{
color: #DD73BB;
}
.AnyTagClassName
{
color: #DD73BB;
}
</style>
background-color css
<style>
a { background-color: #DD73BB; }
a { background-color: rgb(221,115,187); }
div.DivClassName
{
background-color: #DD73BB;
}
.BgClassName
{
background-color: #DD73BB;
}
</style>
border-color css
<style>
span { border-color: #DD73BB; }
span { border-color: rgb(221,115,187); }
td.TdClassName
{
border-color: #DD73BB;
}
.TagClassName
{
border-color: #DD73BB;
}
</style>