Shades of Persian Pink #DD77BE
Tints of Persian Pink #DD77BE
RGB
CMYK
RGB Variations
Color information
#DD77BE (or 0xDD77BE) is known color: Persian Pink. HEX triplet: DD, 77 and BE. RGB value is (221,119,190). Sum of RGB (Red+Green+Blue) = 221+119+190=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77BE is #228841. Grayscale: #9D9D9D. Windows color (decimal): -2263106 or 12482525. OLE color: 12482525.
HSL color Cylindrical-coordinate representation of color #DD77BE: hue angle of 318.24º 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 #DD77BE is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 190 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.13 |
| HSL | 318.24º | 0.6% | 0.67% | - |
| HSV(B) | 318.24º | 0.46% | 0.87% | - |
| XYZ | 45.71 | 32.28 | 52.54 | - |
| YUV | 157.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 190 | 0 | 0.46 | 0.14 | 0.13 | 318.24 | 0.6 | 0.67 |
| Hex | DD | 77 | BE | 0 | 2E | E | D | 13E | 3C | 43 |
| Octal | 335 | 167 | 276 | 0 | 56 | 16 | 15 | 476 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10111110 | 0 | 101110 | 1110 | 1101 | 100111110 | 111100 | 1000011 |
Color Harmonies of #DD77BE
Complementary color
Monochromatic Colors of #DD77BE
Black with #DD77BE
Text Example
Text Example
White with #DD77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77BE; }
p { color: rgb(221,119,190); }
H1.HeaderClassName
{
color: #DD77BE;
}
.AnyTagClassName
{
color: #DD77BE;
}
</style>
background-color css
<style>
a { background-color: #DD77BE; }
a { background-color: rgb(221,119,190); }
div.DivClassName
{
background-color: #DD77BE;
}
.BgClassName
{
background-color: #DD77BE;
}
</style>
border-color css
<style>
span { border-color: #DD77BE; }
span { border-color: rgb(221,119,190); }
td.TdClassName
{
border-color: #DD77BE;
}
.TagClassName
{
border-color: #DD77BE;
}
</style>