#DC81BD

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

Shades of Persian Pink #DC81BD

Tints of Persian Pink #DC81BD

Color information

#DC81BD (or 0xDC81BD) is unknown color: approx Persian Pink. HEX triplet: DC, 81 and BD. RGB value is (220,129,189). Sum of RGB (Red+Green+Blue) = 220+129+189=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81BD is #237E42. Grayscale: #A2A2A2. Windows color (decimal): -2326083 or 12419548. OLE color: 12419548.

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

Color convert

RGB220129189-
CMYK00.410.140.14
HSL320.44º56.52%68.43%-
HSV(B)320.44º41.36%86.27%-
XYZ46.5534.5952.37-
YUV163.05142.65168.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=40.89%
G=23.98%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012918900.410.140.14320.4456.5268.43
HexDC81BD029EE1403944
Octal334201275051161650071104
Binary1101110010000001101111010101001111011101010000001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC81BD; }

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

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

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

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

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

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

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

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