Shades of Persian Pink #DD7AB9
Tints of Persian Pink #DD7AB9
RGB
CMYK
RGB Variations
Color information
#DD7AB9 (or 0xDD7AB9) is known color: Persian Pink. HEX triplet: DD, 7A and B9. RGB value is (221,122,185). Sum of RGB (Red+Green+Blue) = 221+122+185=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AB9 is #228546. Grayscale: #9E9E9E. Windows color (decimal): -2262343 or 12155613. OLE color: 12155613.
HSL color Cylindrical-coordinate representation of color #DD7AB9: hue angle of 321.82º 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 #DD7AB9 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 185 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.13 |
| HSL | 321.82º | 0.59% | 0.67% | - |
| HSV(B) | 321.82º | 0.45% | 0.87% | - |
| XYZ | 45.54 | 32.79 | 49.83 | - |
| YUV | 158.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 185 | 0 | 0.45 | 0.16 | 0.13 | 321.82 | 0.59 | 0.67 |
| Hex | DD | 7A | B9 | 0 | 2D | 10 | D | 142 | 3B | 43 |
| Octal | 335 | 172 | 271 | 0 | 55 | 20 | 15 | 502 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10111001 | 0 | 101101 | 10000 | 1101 | 101000010 | 111011 | 1000011 |
Color Harmonies of #DD7AB9
Complementary color
Monochromatic Colors of #DD7AB9
Black with #DD7AB9
Text Example
Text Example
White with #DD7AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AB9; }
p { color: rgb(221,122,185); }
H1.HeaderClassName
{
color: #DD7AB9;
}
.AnyTagClassName
{
color: #DD7AB9;
}
</style>
background-color css
<style>
a { background-color: #DD7AB9; }
a { background-color: rgb(221,122,185); }
div.DivClassName
{
background-color: #DD7AB9;
}
.BgClassName
{
background-color: #DD7AB9;
}
</style>
border-color css
<style>
span { border-color: #DD7AB9; }
span { border-color: rgb(221,122,185); }
td.TdClassName
{
border-color: #DD7AB9;
}
.TagClassName
{
border-color: #DD7AB9;
}
</style>