Shades of Persian Pink #DD80BB
Tints of Persian Pink #DD80BB
RGB
CMYK
RGB Variations
Color information
#DD80BB (or 0xDD80BB) is known color: Persian Pink. HEX triplet: DD, 80 and BB. RGB value is (221,128,187). Sum of RGB (Red+Green+Blue) = 221+128+187=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80BB is #227F44. Grayscale: #A2A2A2. Windows color (decimal): -2260805 or 12288221. OLE color: 12288221.
HSL color Cylindrical-coordinate representation of color #DD80BB: hue angle of 321.94º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD80BB is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 187 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.13 |
| HSL | 321.94º | 0.58% | 0.68% | - |
| HSV(B) | 321.94º | 0.42% | 0.87% | - |
| XYZ | 46.51 | 34.4 | 51.2 | - |
| YUV | 162.53 | 141.81 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 187 | 0 | 0.42 | 0.15 | 0.13 | 321.94 | 0.58 | 0.68 |
| Hex | DD | 80 | BB | 0 | 2A | F | D | 142 | 3A | 44 |
| Octal | 335 | 200 | 273 | 0 | 52 | 17 | 15 | 502 | 72 | 104 |
| Binary | 11011101 | 10000000 | 10111011 | 0 | 101010 | 1111 | 1101 | 101000010 | 111010 | 1000100 |
Color Harmonies of #DD80BB
Complementary color
Monochromatic Colors of #DD80BB
Black with #DD80BB
Text Example
Text Example
White with #DD80BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80BB; }
p { color: rgb(221,128,187); }
H1.HeaderClassName
{
color: #DD80BB;
}
.AnyTagClassName
{
color: #DD80BB;
}
</style>
background-color css
<style>
a { background-color: #DD80BB; }
a { background-color: rgb(221,128,187); }
div.DivClassName
{
background-color: #DD80BB;
}
.BgClassName
{
background-color: #DD80BB;
}
</style>
border-color css
<style>
span { border-color: #DD80BB; }
span { border-color: rgb(221,128,187); }
td.TdClassName
{
border-color: #DD80BB;
}
.TagClassName
{
border-color: #DD80BB;
}
</style>