Shades of Persian Pink #DD7EBC
Tints of Persian Pink #DD7EBC
RGB
CMYK
RGB Variations
Color information
#DD7EBC (or 0xDD7EBC) is known color: Persian Pink. HEX triplet: DD, 7E and BC. RGB value is (221,126,188). Sum of RGB (Red+Green+Blue) = 221+126+188=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EBC is #228143. Grayscale: #A1A1A1. Windows color (decimal): -2261316 or 12353245. OLE color: 12353245.
HSL color Cylindrical-coordinate representation of color #DD7EBC: hue angle of 320.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7EBC is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 188 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.13 |
| HSL | 320.84º | 0.58% | 0.68% | - |
| HSV(B) | 320.84º | 0.43% | 0.87% | - |
| XYZ | 46.36 | 33.92 | 51.68 | - |
| YUV | 161.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 188 | 0 | 0.43 | 0.15 | 0.13 | 320.84 | 0.58 | 0.68 |
| Hex | DD | 7E | BC | 0 | 2B | F | D | 141 | 3A | 44 |
| Octal | 335 | 176 | 274 | 0 | 53 | 17 | 15 | 501 | 72 | 104 |
| Binary | 11011101 | 1111110 | 10111100 | 0 | 101011 | 1111 | 1101 | 101000001 | 111010 | 1000100 |
Color Harmonies of #DD7EBC
Complementary color
Monochromatic Colors of #DD7EBC
Black with #DD7EBC
Text Example
Text Example
White with #DD7EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7EBC; }
p { color: rgb(221,126,188); }
H1.HeaderClassName
{
color: #DD7EBC;
}
.AnyTagClassName
{
color: #DD7EBC;
}
</style>
background-color css
<style>
a { background-color: #DD7EBC; }
a { background-color: rgb(221,126,188); }
div.DivClassName
{
background-color: #DD7EBC;
}
.BgClassName
{
background-color: #DD7EBC;
}
</style>
border-color css
<style>
span { border-color: #DD7EBC; }
span { border-color: rgb(221,126,188); }
td.TdClassName
{
border-color: #DD7EBC;
}
.TagClassName
{
border-color: #DD7EBC;
}
</style>