#DC82B7

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

Shades of Persian Pink #DC82B7

Tints of Persian Pink #DC82B7

Color information

#DC82B7 (or 0xDC82B7) is unknown color: approx Persian Pink. HEX triplet: DC, 82 and B7. RGB value is (220,130,183). Sum of RGB (Red+Green+Blue) = 220+130+183=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82B7 is #237D48. Grayscale: #A2A2A2. Windows color (decimal): -2325833 or 12026588. OLE color: 12026588.

HSL color Cylindrical-coordinate representation of color #DC82B7: hue angle of 324.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC82B7 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB220130183-
CMYK00.410.170.14
HSL324.67º56.25%68.63%-
HSV(B)324.67º40.91%86.27%-
XYZ46.0534.649.05-
YUV162.95139.32168.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 130 (51.17% from 255) = 24.39%
BLUE value IS 183 (71.88% from 255) = 34.33%
R=41.28%
G=24.39%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013018300.410.170.14324.6756.2568.63
HexDC82B702911E1453845
Octal334202267051211650570105
Binary11011100100000101011011101010011000111101010001011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC82B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC82B7; }

 p { color: rgb(220,130,183); }

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

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

 a { background-color: rgb(220,130,183); }

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

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

 span { border-color: rgb(220,130,183); }

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