#DC7DA3

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

Shades of Pale Violet Red #DC7DA3

Tints of Pale Violet Red #DC7DA3

Color information

#DC7DA3 (or 0xDC7DA3) is unknown color: approx Pale Violet Red. HEX triplet: DC, 7D and A3. RGB value is (220,125,163). Sum of RGB (Red+Green+Blue) = 220+125+163=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7DA3 is #23825C. Grayscale: #9D9D9D. Windows color (decimal): -2327133 or 10714588. OLE color: 10714588.

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

Color convert

RGB220125163-
CMYK00.430.260.14
HSL336º57.58%67.65%-
HSV(B)336º43.18%86.27%-
XYZ43.4632.5338.64-
YUV157.74130.97172.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.31%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 163 (64.06% from 255) = 32.09%
R=43.31%
G=24.61%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012516300.430.260.1433657.5867.65
HexDC7DA302B1AE1503a44
Octal334175243053321652072104
Binary1101110011111011010001101010111101011101010100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DA3; }

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

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

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

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

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

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

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

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