Shades of Persian Pink #DD82BF
Tints of Persian Pink #DD82BF
RGB
CMYK
RGB Variations
Color information
#DD82BF (or 0xDD82BF) is known color: Persian Pink. HEX triplet: DD, 82 and BF. RGB value is (221,130,191). Sum of RGB (Red+Green+Blue) = 221+130+191=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82BF is #227D40. Grayscale: #A4A4A4. Windows color (decimal): -2260289 or 12550877. OLE color: 12550877.
HSL color Cylindrical-coordinate representation of color #DD82BF: hue angle of 319.78º 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 #DD82BF is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 191 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.13 |
| HSL | 319.78º | 0.57% | 0.69% | - |
| HSV(B) | 319.78º | 0.41% | 0.87% | - |
| XYZ | 47.21 | 35.1 | 53.58 | - |
| YUV | 164.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 191 | 0 | 0.41 | 0.14 | 0.13 | 319.78 | 0.57 | 0.69 |
| Hex | DD | 82 | BF | 0 | 29 | E | D | 140 | 39 | 45 |
| Octal | 335 | 202 | 277 | 0 | 51 | 16 | 15 | 500 | 71 | 105 |
| Binary | 11011101 | 10000010 | 10111111 | 0 | 101001 | 1110 | 1101 | 101000000 | 111001 | 1000101 |
Color Harmonies of #DD82BF
Complementary color
Monochromatic Colors of #DD82BF
Black with #DD82BF
Text Example
Text Example
White with #DD82BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD82BF; }
p { color: rgb(221,130,191); }
H1.HeaderClassName
{
color: #DD82BF;
}
.AnyTagClassName
{
color: #DD82BF;
}
</style>
background-color css
<style>
a { background-color: #DD82BF; }
a { background-color: rgb(221,130,191); }
div.DivClassName
{
background-color: #DD82BF;
}
.BgClassName
{
background-color: #DD82BF;
}
</style>
border-color css
<style>
span { border-color: #DD82BF; }
span { border-color: rgb(221,130,191); }
td.TdClassName
{
border-color: #DD82BF;
}
.TagClassName
{
border-color: #DD82BF;
}
</style>