Shades of Persian Pink #DD7ABF
Tints of Persian Pink #DD7ABF
RGB
CMYK
RGB Variations
Color information
#DD7ABF (or 0xDD7ABF) is known color: Persian Pink. HEX triplet: DD, 7A and BF. RGB value is (221,122,191). Sum of RGB (Red+Green+Blue) = 221+122+191=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ABF is #228540. Grayscale: #9F9F9F. Windows color (decimal): -2262337 or 12548829. OLE color: 12548829.
HSL color Cylindrical-coordinate representation of color #DD7ABF: hue angle of 318.18º 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 #DD7ABF is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 191 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.13 |
| HSL | 318.18º | 0.59% | 0.67% | - |
| HSV(B) | 318.18º | 0.45% | 0.87% | - |
| XYZ | 46.18 | 33.05 | 53.24 | - |
| YUV | 159.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 191 | 0 | 0.45 | 0.14 | 0.13 | 318.18 | 0.59 | 0.67 |
| Hex | DD | 7A | BF | 0 | 2D | E | D | 13E | 3B | 43 |
| Octal | 335 | 172 | 277 | 0 | 55 | 16 | 15 | 476 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10111111 | 0 | 101101 | 1110 | 1101 | 100111110 | 111011 | 1000011 |
Color Harmonies of #DD7ABF
Complementary color
Monochromatic Colors of #DD7ABF
Black with #DD7ABF
Text Example
Text Example
White with #DD7ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7ABF; }
p { color: rgb(221,122,191); }
H1.HeaderClassName
{
color: #DD7ABF;
}
.AnyTagClassName
{
color: #DD7ABF;
}
</style>
background-color css
<style>
a { background-color: #DD7ABF; }
a { background-color: rgb(221,122,191); }
div.DivClassName
{
background-color: #DD7ABF;
}
.BgClassName
{
background-color: #DD7ABF;
}
</style>
border-color css
<style>
span { border-color: #DD7ABF; }
span { border-color: rgb(221,122,191); }
td.TdClassName
{
border-color: #DD7ABF;
}
.TagClassName
{
border-color: #DD7ABF;
}
</style>