#DC81B5

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

Shades of Persian Pink #DC81B5

Tints of Persian Pink #DC81B5

Color information

#DC81B5 (or 0xDC81B5) is unknown color: approx Persian Pink. HEX triplet: DC, 81 and B5. RGB value is (220,129,181). Sum of RGB (Red+Green+Blue) = 220+129+181=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81B5 is #237E4A. Grayscale: #A2A2A2. Windows color (decimal): -2326091 or 11895260. OLE color: 11895260.

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

Color convert

RGB220129181-
CMYK00.410.180.14
HSL325.71º56.52%68.43%-
HSV(B)325.71º41.36%86.27%-
XYZ45.7134.2547.92-
YUV162.14138.65169.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 129 (50.78% from 255) = 24.34%
BLUE value IS 181 (71.09% from 255) = 34.15%
R=41.51%
G=24.34%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012918100.410.180.14325.7156.5268.43
HexDC81B502912E1463944
Octal334201265051221650671104
Binary11011100100000011011010101010011001011101010001101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC81B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC81B5; }

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

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

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

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

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

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

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

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