#DC80B5

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

Shades of Persian Pink #DC80B5

Tints of Persian Pink #DC80B5

Color information

#DC80B5 (or 0xDC80B5) is unknown color: approx Persian Pink. HEX triplet: DC, 80 and B5. RGB value is (220,128,181). Sum of RGB (Red+Green+Blue) = 220+128+181=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80B5 is #237F4A. Grayscale: #A1A1A1. Windows color (decimal): -2326347 or 11895004. OLE color: 11895004.

HSL color Cylindrical-coordinate representation of color #DC80B5: hue angle of 325.43º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC80B5 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB220128181-
CMYK00.420.180.14
HSL325.43º56.79%68.24%-
HSV(B)325.43º41.82%86.27%-
XYZ45.5733.9947.87-
YUV161.55138.98169.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 128 (50.39% from 255) = 24.20%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=41.59%
G=24.20%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012818100.420.180.14325.4356.7968.24
HexDC80B502A12E1453944
Octal334200265052221650571104
Binary11011100100000001011010101010101001011101010001011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80B5; }

 p { color: rgb(220,128,181); }

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

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

 a { background-color: rgb(220,128,181); }

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

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

 span { border-color: rgb(220,128,181); }

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