Shades of Persian Pink #DD7ABA
Tints of Persian Pink #DD7ABA
RGB
CMYK
RGB Variations
Color information
#DD7ABA (or 0xDD7ABA) is known color: Persian Pink. HEX triplet: DD, 7A and BA. RGB value is (221,122,186). Sum of RGB (Red+Green+Blue) = 221+122+186=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ABA is #228545. Grayscale: #9E9E9E. Windows color (decimal): -2262342 or 12221149. OLE color: 12221149.
HSL color Cylindrical-coordinate representation of color #DD7ABA: hue angle of 321.21º 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 #DD7ABA is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 186 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.13 |
| HSL | 321.21º | 0.59% | 0.67% | - |
| HSV(B) | 321.21º | 0.45% | 0.87% | - |
| XYZ | 45.64 | 32.84 | 50.39 | - |
| YUV | 158.9 | 143.3 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 186 | 0 | 0.45 | 0.16 | 0.13 | 321.21 | 0.59 | 0.67 |
| Hex | DD | 7A | BA | 0 | 2D | 10 | D | 141 | 3B | 43 |
| Octal | 335 | 172 | 272 | 0 | 55 | 20 | 15 | 501 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10111010 | 0 | 101101 | 10000 | 1101 | 101000001 | 111011 | 1000011 |
Color Harmonies of #DD7ABA
Complementary color
Monochromatic Colors of #DD7ABA
Black with #DD7ABA
Text Example
Text Example
White with #DD7ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7ABA; }
p { color: rgb(221,122,186); }
H1.HeaderClassName
{
color: #DD7ABA;
}
.AnyTagClassName
{
color: #DD7ABA;
}
</style>
background-color css
<style>
a { background-color: #DD7ABA; }
a { background-color: rgb(221,122,186); }
div.DivClassName
{
background-color: #DD7ABA;
}
.BgClassName
{
background-color: #DD7ABA;
}
</style>
border-color css
<style>
span { border-color: #DD7ABA; }
span { border-color: rgb(221,122,186); }
td.TdClassName
{
border-color: #DD7ABA;
}
.TagClassName
{
border-color: #DD7ABA;
}
</style>