Shades of Persian Pink #DD80B9
Tints of Persian Pink #DD80B9
RGB
CMYK
RGB Variations
Color information
#DD80B9 (or 0xDD80B9) is known color: Persian Pink. HEX triplet: DD, 80 and B9. RGB value is (221,128,185). Sum of RGB (Red+Green+Blue) = 221+128+185=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80B9 is #227F46. Grayscale: #A2A2A2. Windows color (decimal): -2260807 or 12157149. OLE color: 12157149.
HSL color Cylindrical-coordinate representation of color #DD80B9: hue angle of 323.23º 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 #DD80B9 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 185 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.13 |
| HSL | 323.23º | 0.58% | 0.68% | - |
| HSV(B) | 323.23º | 0.42% | 0.87% | - |
| XYZ | 46.29 | 34.31 | 50.08 | - |
| YUV | 162.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 185 | 0 | 0.42 | 0.16 | 0.13 | 323.23 | 0.58 | 0.68 |
| Hex | DD | 80 | B9 | 0 | 2A | 10 | D | 143 | 3A | 44 |
| Octal | 335 | 200 | 271 | 0 | 52 | 20 | 15 | 503 | 72 | 104 |
| Binary | 11011101 | 10000000 | 10111001 | 0 | 101010 | 10000 | 1101 | 101000011 | 111010 | 1000100 |
Color Harmonies of #DD80B9
Complementary color
Monochromatic Colors of #DD80B9
Black with #DD80B9
Text Example
Text Example
White with #DD80B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80B9; }
p { color: rgb(221,128,185); }
H1.HeaderClassName
{
color: #DD80B9;
}
.AnyTagClassName
{
color: #DD80B9;
}
</style>
background-color css
<style>
a { background-color: #DD80B9; }
a { background-color: rgb(221,128,185); }
div.DivClassName
{
background-color: #DD80B9;
}
.BgClassName
{
background-color: #DD80B9;
}
</style>
border-color css
<style>
span { border-color: #DD80B9; }
span { border-color: rgb(221,128,185); }
td.TdClassName
{
border-color: #DD80B9;
}
.TagClassName
{
border-color: #DD80B9;
}
</style>