#DC80BD

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

Shades of Persian Pink #DC80BD

Tints of Persian Pink #DC80BD

Color information

#DC80BD (or 0xDC80BD) is unknown color: approx Persian Pink. HEX triplet: DC, 80 and BD. RGB value is (220,128,189). Sum of RGB (Red+Green+Blue) = 220+128+189=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80BD is #237F42. Grayscale: #A2A2A2. Windows color (decimal): -2326339 or 12419292. OLE color: 12419292.

HSL color Cylindrical-coordinate representation of color #DC80BD: hue angle of 320.22º 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 #DC80BD is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220128189-
CMYK00.420.140.14
HSL320.22º56.79%68.24%-
HSV(B)320.22º41.82%86.27%-
XYZ46.4234.3352.32-
YUV162.46142.98169.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 128 (50.39% from 255) = 23.84%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=40.97%
G=23.84%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012818900.420.140.14320.2256.7968.24
HexDC80BD02AEE1403944
Octal334200275052161650071104
Binary1101110010000000101111010101010111011101010000001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80BD; }

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

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

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

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

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

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

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

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