#DC80BA

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

Shades of Persian Pink #DC80BA

Tints of Persian Pink #DC80BA

Color information

#DC80BA (or 0xDC80BA) is unknown color: approx Persian Pink. HEX triplet: DC, 80 and BA. RGB value is (220,128,186). Sum of RGB (Red+Green+Blue) = 220+128+186=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80BA is #237F45. Grayscale: #A1A1A1. Windows color (decimal): -2326342 or 12222684. OLE color: 12222684.

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

Color convert

RGB220128186-
CMYK00.420.150.14
HSL322.17º56.79%68.24%-
HSV(B)322.17º41.82%86.27%-
XYZ46.134.250.63-
YUV162.12141.48169.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 128 (50.39% from 255) = 23.97%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=41.20%
G=23.97%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012818600.420.150.14322.1756.7968.24
HexDC80BA02AFE1423944
Octal334200272052171650271104
Binary1101110010000000101110100101010111111101010000101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80BA; }

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

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

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

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

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

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

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

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