Shades of Persian Pink #DD82BD
Tints of Persian Pink #DD82BD
RGB
CMYK
RGB Variations
Color information
#DD82BD (or 0xDD82BD) is known color: Persian Pink. HEX triplet: DD, 82 and BD. RGB value is (221,130,189). Sum of RGB (Red+Green+Blue) = 221+130+189=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82BD is #227D42. Grayscale: #A3A3A3. Windows color (decimal): -2260291 or 12419805. OLE color: 12419805.
HSL color Cylindrical-coordinate representation of color #DD82BD: hue angle of 321.1º 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 #DD82BD is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 189 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.13 |
| HSL | 321.1º | 0.57% | 0.69% | - |
| HSV(B) | 321.1º | 0.41% | 0.87% | - |
| XYZ | 46.99 | 35.01 | 52.43 | - |
| YUV | 163.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 189 | 0 | 0.41 | 0.14 | 0.13 | 321.1 | 0.57 | 0.69 |
| Hex | DD | 82 | BD | 0 | 29 | E | D | 141 | 39 | 45 |
| Octal | 335 | 202 | 275 | 0 | 51 | 16 | 15 | 501 | 71 | 105 |
| Binary | 11011101 | 10000010 | 10111101 | 0 | 101001 | 1110 | 1101 | 101000001 | 111001 | 1000101 |
Color Harmonies of #DD82BD
Complementary color
Monochromatic Colors of #DD82BD
Black with #DD82BD
Text Example
Text Example
White with #DD82BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD82BD; }
p { color: rgb(221,130,189); }
H1.HeaderClassName
{
color: #DD82BD;
}
.AnyTagClassName
{
color: #DD82BD;
}
</style>
background-color css
<style>
a { background-color: #DD82BD; }
a { background-color: rgb(221,130,189); }
div.DivClassName
{
background-color: #DD82BD;
}
.BgClassName
{
background-color: #DD82BD;
}
</style>
border-color css
<style>
span { border-color: #DD82BD; }
span { border-color: rgb(221,130,189); }
td.TdClassName
{
border-color: #DD82BD;
}
.TagClassName
{
border-color: #DD82BD;
}
</style>