Shades of Persian Pink #DD77BD
Tints of Persian Pink #DD77BD
RGB
CMYK
RGB Variations
Color information
#DD77BD (or 0xDD77BD) is known color: Persian Pink. HEX triplet: DD, 77 and BD. RGB value is (221,119,189). Sum of RGB (Red+Green+Blue) = 221+119+189=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77BD is #228842. Grayscale: #9D9D9D. Windows color (decimal): -2263107 or 12416989. OLE color: 12416989.
HSL color Cylindrical-coordinate representation of color #DD77BD: hue angle of 318.82º 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 #DD77BD is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 189 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.13 |
| HSL | 318.82º | 0.6% | 0.67% | - |
| HSV(B) | 318.82º | 0.46% | 0.87% | - |
| XYZ | 45.6 | 32.24 | 51.96 | - |
| YUV | 157.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 189 | 0 | 0.46 | 0.14 | 0.13 | 318.82 | 0.6 | 0.67 |
| Hex | DD | 77 | BD | 0 | 2E | E | D | 13F | 3C | 43 |
| Octal | 335 | 167 | 275 | 0 | 56 | 16 | 15 | 477 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10111101 | 0 | 101110 | 1110 | 1101 | 100111111 | 111100 | 1000011 |
Color Harmonies of #DD77BD
Complementary color
Monochromatic Colors of #DD77BD
Black with #DD77BD
Text Example
Text Example
White with #DD77BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77BD; }
p { color: rgb(221,119,189); }
H1.HeaderClassName
{
color: #DD77BD;
}
.AnyTagClassName
{
color: #DD77BD;
}
</style>
background-color css
<style>
a { background-color: #DD77BD; }
a { background-color: rgb(221,119,189); }
div.DivClassName
{
background-color: #DD77BD;
}
.BgClassName
{
background-color: #DD77BD;
}
</style>
border-color css
<style>
span { border-color: #DD77BD; }
span { border-color: rgb(221,119,189); }
td.TdClassName
{
border-color: #DD77BD;
}
.TagClassName
{
border-color: #DD77BD;
}
</style>