#DC81C1

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

Shades of Persian Pink #DC81C1

Tints of Persian Pink #DC81C1

Color information

#DC81C1 (or 0xDC81C1) is unknown color: approx Persian Pink. HEX triplet: DC, 81 and C1. RGB value is (220,129,193). Sum of RGB (Red+Green+Blue) = 220+129+193=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81C1 is #237E3E. Grayscale: #A3A3A3. Windows color (decimal): -2326079 or 12681692. OLE color: 12681692.

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

Color convert

RGB220129193-
CMYK00.410.120.14
HSL317.8º56.52%68.43%-
HSV(B)317.8º41.36%86.27%-
XYZ46.9934.7754.69-
YUV163.5144.65168.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 193 (75.78% from 255) = 35.61%
R=40.59%
G=23.80%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012919300.410.120.14317.856.5268.43
HexDC81C1029CE13e3944
Octal334201301051141647671104
Binary1101110010000001110000010101001110011101001111101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC81C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC81C1; }

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

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

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

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

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

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

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

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