#DC7DA0

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

Shades of Pale Violet Red #DC7DA0

Tints of Pale Violet Red #DC7DA0

Color information

#DC7DA0 (or 0xDC7DA0) is unknown color: approx Pale Violet Red. HEX triplet: DC, 7D and A0. RGB value is (220,125,160). Sum of RGB (Red+Green+Blue) = 220+125+160=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7DA0 is #23825F. Grayscale: #9D9D9D. Windows color (decimal): -2327136 or 10517980. OLE color: 10517980.

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

Color convert

RGB220125160-
CMYK00.430.270.14
HSL337.89º57.58%67.65%-
HSV(B)337.89º43.18%86.27%-
XYZ43.1932.4237.24-
YUV157.4129.47172.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.56%
GREEN value IS 125 (49.22% from 255) = 24.75%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=43.56%
G=24.75%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012516000.430.270.14337.8957.5867.65
HexDC7DA002B1BE1523a44
Octal334175240053331652272104
Binary1101110011111011010000001010111101111101010100101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DA0; }

 p { color: rgb(220,125,160); }

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

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

 a { background-color: rgb(220,125,160); }

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

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

 span { border-color: rgb(220,125,160); }

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