Shades of Persian Pink #DD7AB6
Tints of Persian Pink #DD7AB6
RGB
CMYK
RGB Variations
Color information
#DD7AB6 (or 0xDD7AB6) is known color: Persian Pink. HEX triplet: DD, 7A and B6. RGB value is (221,122,182). Sum of RGB (Red+Green+Blue) = 221+122+182=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AB6 is #228549. Grayscale: #9E9E9E. Windows color (decimal): -2262346 or 11959005. OLE color: 11959005.
HSL color Cylindrical-coordinate representation of color #DD7AB6: hue angle of 323.64º 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 #DD7AB6 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 182 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.13 |
| HSL | 323.64º | 0.59% | 0.67% | - |
| HSV(B) | 323.64º | 0.45% | 0.87% | - |
| XYZ | 45.22 | 32.67 | 48.18 | - |
| YUV | 158.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 182 | 0 | 0.45 | 0.18 | 0.13 | 323.64 | 0.59 | 0.67 |
| Hex | DD | 7A | B6 | 0 | 2D | 12 | D | 144 | 3B | 43 |
| Octal | 335 | 172 | 266 | 0 | 55 | 22 | 15 | 504 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10110110 | 0 | 101101 | 10010 | 1101 | 101000100 | 111011 | 1000011 |
Color Harmonies of #DD7AB6
Complementary color
Monochromatic Colors of #DD7AB6
Black with #DD7AB6
Text Example
Text Example
White with #DD7AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AB6; }
p { color: rgb(221,122,182); }
H1.HeaderClassName
{
color: #DD7AB6;
}
.AnyTagClassName
{
color: #DD7AB6;
}
</style>
background-color css
<style>
a { background-color: #DD7AB6; }
a { background-color: rgb(221,122,182); }
div.DivClassName
{
background-color: #DD7AB6;
}
.BgClassName
{
background-color: #DD7AB6;
}
</style>
border-color css
<style>
span { border-color: #DD7AB6; }
span { border-color: rgb(221,122,182); }
td.TdClassName
{
border-color: #DD7AB6;
}
.TagClassName
{
border-color: #DD7AB6;
}
</style>