#DC80B4

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

Shades of Persian Pink #DC80B4

Tints of Persian Pink #DC80B4

Color information

#DC80B4 (or 0xDC80B4) is unknown color: approx Persian Pink. HEX triplet: DC, 80 and B4. RGB value is (220,128,180). Sum of RGB (Red+Green+Blue) = 220+128+180=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80B4 is #237F4B. Grayscale: #A1A1A1. Windows color (decimal): -2326348 or 11829468. OLE color: 11829468.

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

Color convert

RGB220128180-
CMYK00.420.180.14
HSL326.09º56.79%68.24%-
HSV(B)326.09º41.82%86.27%-
XYZ45.4733.9547.34-
YUV161.44138.48169.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 128 (50.39% from 255) = 24.24%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=41.67%
G=24.24%
B=34.09%

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
Decimal22012818000.420.180.14326.0956.7968.24
HexDC80B402A12E1463944
Octal334200264052221650671104
Binary11011100100000001011010001010101001011101010001101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80B4; }

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

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

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

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

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

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

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

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