Shades of Persian Pink #DD7ABB
Tints of Persian Pink #DD7ABB
RGB
CMYK
RGB Variations
Color information
#DD7ABB (or 0xDD7ABB) is known color: Persian Pink. HEX triplet: DD, 7A and BB. RGB value is (221,122,187). Sum of RGB (Red+Green+Blue) = 221+122+187=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ABB is #228544. Grayscale: #9E9E9E. Windows color (decimal): -2262341 or 12286685. OLE color: 12286685.
HSL color Cylindrical-coordinate representation of color #DD7ABB: hue angle of 320.61º 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 #DD7ABB is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 187 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.13 |
| HSL | 320.61º | 0.59% | 0.67% | - |
| HSV(B) | 320.61º | 0.45% | 0.87% | - |
| XYZ | 45.75 | 32.88 | 50.95 | - |
| YUV | 159.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 187 | 0 | 0.45 | 0.15 | 0.13 | 320.61 | 0.59 | 0.67 |
| Hex | DD | 7A | BB | 0 | 2D | F | D | 141 | 3B | 43 |
| Octal | 335 | 172 | 273 | 0 | 55 | 17 | 15 | 501 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10111011 | 0 | 101101 | 1111 | 1101 | 101000001 | 111011 | 1000011 |
Color Harmonies of #DD7ABB
Complementary color
Monochromatic Colors of #DD7ABB
Black with #DD7ABB
Text Example
Text Example
White with #DD7ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7ABB; }
p { color: rgb(221,122,187); }
H1.HeaderClassName
{
color: #DD7ABB;
}
.AnyTagClassName
{
color: #DD7ABB;
}
</style>
background-color css
<style>
a { background-color: #DD7ABB; }
a { background-color: rgb(221,122,187); }
div.DivClassName
{
background-color: #DD7ABB;
}
.BgClassName
{
background-color: #DD7ABB;
}
</style>
border-color css
<style>
span { border-color: #DD7ABB; }
span { border-color: rgb(221,122,187); }
td.TdClassName
{
border-color: #DD7ABB;
}
.TagClassName
{
border-color: #DD7ABB;
}
</style>