#DD82BA

Color #DD82BA Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #DD82BA

Tints of Persian Pink #DD82BA

Color information

#DD82BA (or 0xDD82BA) is unknown color: approx 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

RGB221130186-
CMYK00.410.160.13
HSL323.08º57.23%68.82%-
HSV(B)323.08º41.18%86.67%-
XYZ46.6634.8850.73-
YUV163.59140.65168.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 130 (51.17% from 255) = 24.21%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=41.15%
G=24.21%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113018600.410.160.13323.0857.2368.82
HexDD82BA02910D1433945
Octal335202272051201550371105
Binary11011101100000101011101001010011000011011010000111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>