Shades of Persian Pink #DD77BC
Tints of Persian Pink #DD77BC
RGB
CMYK
RGB Variations
Color information
#DD77BC (or 0xDD77BC) is known color: Persian Pink. HEX triplet: DD, 77 and BC. RGB value is (221,119,188). Sum of RGB (Red+Green+Blue) = 221+119+188=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77BC is #228843. Grayscale: #9D9D9D. Windows color (decimal): -2263108 or 12351453. OLE color: 12351453.
HSL color Cylindrical-coordinate representation of color #DD77BC: hue angle of 319.41º 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 #DD77BC is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 188 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.13 |
| HSL | 319.41º | 0.6% | 0.67% | - |
| HSV(B) | 319.41º | 0.46% | 0.87% | - |
| XYZ | 45.49 | 32.2 | 51.39 | - |
| YUV | 157.36 | 145.29 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 188 | 0 | 0.46 | 0.15 | 0.13 | 319.41 | 0.6 | 0.67 |
| Hex | DD | 77 | BC | 0 | 2E | F | D | 13F | 3C | 43 |
| Octal | 335 | 167 | 274 | 0 | 56 | 17 | 15 | 477 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10111100 | 0 | 101110 | 1111 | 1101 | 100111111 | 111100 | 1000011 |
Color Harmonies of #DD77BC
Complementary color
Monochromatic Colors of #DD77BC
Black with #DD77BC
Text Example
Text Example
White with #DD77BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77BC; }
p { color: rgb(221,119,188); }
H1.HeaderClassName
{
color: #DD77BC;
}
.AnyTagClassName
{
color: #DD77BC;
}
</style>
background-color css
<style>
a { background-color: #DD77BC; }
a { background-color: rgb(221,119,188); }
div.DivClassName
{
background-color: #DD77BC;
}
.BgClassName
{
background-color: #DD77BC;
}
</style>
border-color css
<style>
span { border-color: #DD77BC; }
span { border-color: rgb(221,119,188); }
td.TdClassName
{
border-color: #DD77BC;
}
.TagClassName
{
border-color: #DD77BC;
}
</style>