Shades of Persian Pink #DD82BA
Tints of Persian Pink #DD82BA
RGB
CMYK
RGB Variations
Color information
#DD82BA (or 0xDD82BA) is known color: Persian Pink. HEX triplet: DD, 82 and BA. RGB value is (221,130,186). Sum of RGB (Red+Green+Blue) = 221+130+186=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82BA is #227D45. Grayscale: #A3A3A3. Windows color (decimal): -2260294 or 12223197. OLE color: 12223197.
HSL color Cylindrical-coordinate representation of color #DD82BA: hue angle of 323.08º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD82BA is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 186 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.13 |
| HSL | 323.08º | 0.57% | 0.69% | - |
| HSV(B) | 323.08º | 0.41% | 0.87% | - |
| XYZ | 46.66 | 34.88 | 50.73 | - |
| YUV | 163.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 186 | 0 | 0.41 | 0.16 | 0.13 | 323.08 | 0.57 | 0.69 |
| Hex | DD | 82 | BA | 0 | 29 | 10 | D | 143 | 39 | 45 |
| Octal | 335 | 202 | 272 | 0 | 51 | 20 | 15 | 503 | 71 | 105 |
| Binary | 11011101 | 10000010 | 10111010 | 0 | 101001 | 10000 | 1101 | 101000011 | 111001 | 1000101 |
Color Harmonies of #DD82BA
Complementary color
Monochromatic Colors of #DD82BA
Black with #DD82BA
Text Example
Text Example
White with #DD82BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD82BA; }
p { color: rgb(221,130,186); }
H1.HeaderClassName
{
color: #DD82BA;
}
.AnyTagClassName
{
color: #DD82BA;
}
</style>
background-color css
<style>
a { background-color: #DD82BA; }
a { background-color: rgb(221,130,186); }
div.DivClassName
{
background-color: #DD82BA;
}
.BgClassName
{
background-color: #DD82BA;
}
</style>
border-color css
<style>
span { border-color: #DD82BA; }
span { border-color: rgb(221,130,186); }
td.TdClassName
{
border-color: #DD82BA;
}
.TagClassName
{
border-color: #DD82BA;
}
</style>