Shades of Persian Pink #DD7ABC
Tints of Persian Pink #DD7ABC
RGB
CMYK
RGB Variations
Color information
#DD7ABC (or 0xDD7ABC) is known color: Persian Pink. HEX triplet: DD, 7A and BC. RGB value is (221,122,188). Sum of RGB (Red+Green+Blue) = 221+122+188=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ABC is #228543. Grayscale: #9E9E9E. Windows color (decimal): -2262340 or 12352221. OLE color: 12352221.
HSL color Cylindrical-coordinate representation of color #DD7ABC: hue angle of 320º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7ABC is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 188 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.13 |
| HSL | 320º | 0.59% | 0.67% | - |
| HSV(B) | 320º | 0.45% | 0.87% | - |
| XYZ | 45.86 | 32.92 | 51.51 | - |
| YUV | 159.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 188 | 0 | 0.45 | 0.15 | 0.13 | 320 | 0.59 | 0.67 |
| Hex | DD | 7A | BC | 0 | 2D | F | D | 140 | 3B | 43 |
| Octal | 335 | 172 | 274 | 0 | 55 | 17 | 15 | 500 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10111100 | 0 | 101101 | 1111 | 1101 | 101000000 | 111011 | 1000011 |
Color Harmonies of #DD7ABC
Complementary color
Monochromatic Colors of #DD7ABC
Black with #DD7ABC
Text Example
Text Example
White with #DD7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7ABC; }
p { color: rgb(221,122,188); }
H1.HeaderClassName
{
color: #DD7ABC;
}
.AnyTagClassName
{
color: #DD7ABC;
}
</style>
background-color css
<style>
a { background-color: #DD7ABC; }
a { background-color: rgb(221,122,188); }
div.DivClassName
{
background-color: #DD7ABC;
}
.BgClassName
{
background-color: #DD7ABC;
}
</style>
border-color css
<style>
span { border-color: #DD7ABC; }
span { border-color: rgb(221,122,188); }
td.TdClassName
{
border-color: #DD7ABC;
}
.TagClassName
{
border-color: #DD7ABC;
}
</style>