#DD82B6

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

Shades of Persian Pink #DD82B6

Tints of Persian Pink #DD82B6

Color information

#DD82B6 (or 0xDD82B6) is unknown color: approx Persian Pink. HEX triplet: DD, 82 and B6. RGB value is (221,130,182). Sum of RGB (Red+Green+Blue) = 221+130+182=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD82B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD82B6 is #227D49. Grayscale: #A3A3A3. Windows color (decimal): -2260298 or 11961053. OLE color: 11961053.

HSL color Cylindrical-coordinate representation of color #DD82B6: hue angle of 325.71º 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 #DD82B6 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221130182-
CMYK00.410.180.13
HSL325.71º57.23%68.82%-
HSV(B)325.71º41.18%86.67%-
XYZ46.2434.7148.52-
YUV163.14138.65169.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 130 (51.17% from 255) = 24.39%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=41.46%
G=24.39%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113018200.410.180.13325.7157.2368.82
HexDD82B602912D1463945
Octal335202266051221550671105
Binary11011101100000101011011001010011001011011010001101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD82B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD82B6; }

 p { color: rgb(221,130,182); }

 H1.HeaderClassName
 {
   color: #DD82B6;
 }
 .AnyTagClassName
 {
   color: #DD82B6;
 }
</style>
background-color css

<style>
 a { background-color: #DD82B6; }

 a { background-color: rgb(221,130,182); }

 div.DivClassName
 {
   background-color: #DD82B6;
 }
 .BgClassName
 {
   background-color: #DD82B6;
 }
</style>
border-color css

<style>
 span { border-color: #DD82B6; }

 span { border-color: rgb(221,130,182); }

 td.TdClassName
 {
   border-color: #DD82B6;
 }
 .TagClassName
 {
   border-color: #DD82B6;
 }
</style>