Shades of Persian Pink #DD7AB8
Tints of Persian Pink #DD7AB8
RGB
CMYK
RGB Variations
Color information
#DD7AB8 (or 0xDD7AB8) is known color: Persian Pink. HEX triplet: DD, 7A and B8. RGB value is (221,122,184). Sum of RGB (Red+Green+Blue) = 221+122+184=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AB8 is #228547. Grayscale: #9E9E9E. Windows color (decimal): -2262344 or 12090077. OLE color: 12090077.
HSL color Cylindrical-coordinate representation of color #DD7AB8: hue angle of 322.42º 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 #DD7AB8 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 184 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.13 |
| HSL | 322.42º | 0.59% | 0.67% | - |
| HSV(B) | 322.42º | 0.45% | 0.87% | - |
| XYZ | 45.43 | 32.75 | 49.27 | - |
| YUV | 158.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 184 | 0 | 0.45 | 0.17 | 0.13 | 322.42 | 0.59 | 0.67 |
| Hex | DD | 7A | B8 | 0 | 2D | 11 | D | 142 | 3B | 43 |
| Octal | 335 | 172 | 270 | 0 | 55 | 21 | 15 | 502 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10111000 | 0 | 101101 | 10001 | 1101 | 101000010 | 111011 | 1000011 |
Color Harmonies of #DD7AB8
Complementary color
Monochromatic Colors of #DD7AB8
Black with #DD7AB8
Text Example
Text Example
White with #DD7AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AB8; }
p { color: rgb(221,122,184); }
H1.HeaderClassName
{
color: #DD7AB8;
}
.AnyTagClassName
{
color: #DD7AB8;
}
</style>
background-color css
<style>
a { background-color: #DD7AB8; }
a { background-color: rgb(221,122,184); }
div.DivClassName
{
background-color: #DD7AB8;
}
.BgClassName
{
background-color: #DD7AB8;
}
</style>
border-color css
<style>
span { border-color: #DD7AB8; }
span { border-color: rgb(221,122,184); }
td.TdClassName
{
border-color: #DD7AB8;
}
.TagClassName
{
border-color: #DD7AB8;
}
</style>