Shades of Persian Pink #DD80BD
Tints of Persian Pink #DD80BD
RGB
CMYK
RGB Variations
Color information
#DD80BD (or 0xDD80BD) is known color: Persian Pink. HEX triplet: DD, 80 and BD. RGB value is (221,128,189). Sum of RGB (Red+Green+Blue) = 221+128+189=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80BD is #227F42. Grayscale: #A2A2A2. Windows color (decimal): -2260803 or 12419293. OLE color: 12419293.
HSL color Cylindrical-coordinate representation of color #DD80BD: hue angle of 320.65º 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 #DD80BD is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 189 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.13 |
| HSL | 320.65º | 0.58% | 0.68% | - |
| HSV(B) | 320.65º | 0.42% | 0.87% | - |
| XYZ | 46.72 | 34.48 | 52.34 | - |
| YUV | 162.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 189 | 0 | 0.42 | 0.14 | 0.13 | 320.65 | 0.58 | 0.68 |
| Hex | DD | 80 | BD | 0 | 2A | E | D | 141 | 3A | 44 |
| Octal | 335 | 200 | 275 | 0 | 52 | 16 | 15 | 501 | 72 | 104 |
| Binary | 11011101 | 10000000 | 10111101 | 0 | 101010 | 1110 | 1101 | 101000001 | 111010 | 1000100 |
Color Harmonies of #DD80BD
Complementary color
Monochromatic Colors of #DD80BD
Black with #DD80BD
Text Example
Text Example
White with #DD80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80BD; }
p { color: rgb(221,128,189); }
H1.HeaderClassName
{
color: #DD80BD;
}
.AnyTagClassName
{
color: #DD80BD;
}
</style>
background-color css
<style>
a { background-color: #DD80BD; }
a { background-color: rgb(221,128,189); }
div.DivClassName
{
background-color: #DD80BD;
}
.BgClassName
{
background-color: #DD80BD;
}
</style>
border-color css
<style>
span { border-color: #DD80BD; }
span { border-color: rgb(221,128,189); }
td.TdClassName
{
border-color: #DD80BD;
}
.TagClassName
{
border-color: #DD80BD;
}
</style>