#DC76A4

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

Shades of Pale Violet Red #DC76A4

Tints of Pale Violet Red #DC76A4

Color information

#DC76A4 (or 0xDC76A4) is unknown color: approx Pale Violet Red. HEX triplet: DC, 76 and A4. RGB value is (220,118,164). Sum of RGB (Red+Green+Blue) = 220+118+164=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 164 (64.45% from 255 or 32.67% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC76A4 is #23895B. Grayscale: #999999. Windows color (decimal): -2328924 or 10778332. OLE color: 10778332.

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

Color convert

RGB220118164-
CMYK00.460.250.14
HSL332.94º59.3%66.27%-
HSV(B)332.94º46.36%86.27%-
XYZ42.6930.8538.83-
YUV153.74133.79175.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.82%
GREEN value IS 118 (46.48% from 255) = 23.51%
BLUE value IS 164 (64.45% from 255) = 32.67%
R=43.82%
G=23.51%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011816400.460.250.14332.9459.366.27
HexDC76A402E19E14d3b42
Octal334166244056311651573102
Binary1101110011101101010010001011101100111101010011011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC76A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC76A4; }

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

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

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

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

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

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

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

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