#DC7CA2

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

Shades of Pale Violet Red #DC7CA2

Tints of Pale Violet Red #DC7CA2

Color information

#DC7CA2 (or 0xDC7CA2) is unknown color: approx Pale Violet Red. HEX triplet: DC, 7C and A2. RGB value is (220,124,162). Sum of RGB (Red+Green+Blue) = 220+124+162=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7CA2 is #23835D. Grayscale: #9C9C9C. Windows color (decimal): -2327390 or 10648796. OLE color: 10648796.

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

Color convert

RGB220124162-
CMYK00.440.260.14
HSL336.25º57.83%67.45%-
HSV(B)336.25º43.64%86.27%-
XYZ43.2432.2438.13-
YUV157.04130.8172.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 124 (48.83% from 255) = 24.51%
BLUE value IS 162 (63.67% from 255) = 32.02%
R=43.48%
G=24.51%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012416200.440.260.14336.2557.8367.45
HexDC7CA202C1AE1503a43
Octal334174242054321652072103
Binary1101110011111001010001001011001101011101010100001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7CA2; }

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

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

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

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

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

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

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

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