Shades of Persian Pink #DD77BA
Tints of Persian Pink #DD77BA
RGB
CMYK
RGB Variations
Color information
#DD77BA (or 0xDD77BA) is known color: Persian Pink. HEX triplet: DD, 77 and BA. RGB value is (221,119,186). Sum of RGB (Red+Green+Blue) = 221+119+186=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77BA is #228845. Grayscale: #9C9C9C. Windows color (decimal): -2263110 or 12220381. OLE color: 12220381.
HSL color Cylindrical-coordinate representation of color #DD77BA: hue angle of 320.59º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD77BA is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 186 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.13 |
| HSL | 320.59º | 0.6% | 0.67% | - |
| HSV(B) | 320.59º | 0.46% | 0.87% | - |
| XYZ | 45.28 | 32.11 | 50.27 | - |
| YUV | 157.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 186 | 0 | 0.46 | 0.16 | 0.13 | 320.59 | 0.6 | 0.67 |
| Hex | DD | 77 | BA | 0 | 2E | 10 | D | 141 | 3C | 43 |
| Octal | 335 | 167 | 272 | 0 | 56 | 20 | 15 | 501 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10111010 | 0 | 101110 | 10000 | 1101 | 101000001 | 111100 | 1000011 |
Color Harmonies of #DD77BA
Complementary color
Monochromatic Colors of #DD77BA
Black with #DD77BA
Text Example
Text Example
White with #DD77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77BA; }
p { color: rgb(221,119,186); }
H1.HeaderClassName
{
color: #DD77BA;
}
.AnyTagClassName
{
color: #DD77BA;
}
</style>
background-color css
<style>
a { background-color: #DD77BA; }
a { background-color: rgb(221,119,186); }
div.DivClassName
{
background-color: #DD77BA;
}
.BgClassName
{
background-color: #DD77BA;
}
</style>
border-color css
<style>
span { border-color: #DD77BA; }
span { border-color: rgb(221,119,186); }
td.TdClassName
{
border-color: #DD77BA;
}
.TagClassName
{
border-color: #DD77BA;
}
</style>