#DC76A2

Color #DC76A2 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DC76A2

Tints of Pale Violet Red #DC76A2

Color information

#DC76A2 (or 0xDC76A2) is unknown color: approx Pale Violet Red. HEX triplet: DC, 76 and A2. RGB value is (220,118,162). Sum of RGB (Red+Green+Blue) = 220+118+162=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC76A2 is #23895D. Grayscale: #999999. Windows color (decimal): -2328926 or 10647260. OLE color: 10647260.

HSL color Cylindrical-coordinate representation of color #DC76A2: hue angle of 334.12º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC76A2 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB220118162-
CMYK00.460.260.14
HSL334.12º59.3%66.27%-
HSV(B)334.12º46.36%86.27%-
XYZ42.5230.7837.88-
YUV153.51132.79175.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44%
GREEN value IS 118 (46.48% from 255) = 23.6%
BLUE value IS 162 (63.67% from 255) = 32.4%
R=44%
G=23.6%
B=32.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011816200.460.260.14334.1259.366.27
HexDC76A202E1AE14e3b42
Octal334166242056321651673102
Binary1101110011101101010001001011101101011101010011101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC76A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC76A2; }

 p { color: rgb(220,118,162); }

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

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

 a { background-color: rgb(220,118,162); }

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

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

 span { border-color: rgb(220,118,162); }

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