#DC7AAA

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

Shades of Pale Violet Red #DC7AAA

Tints of Pale Violet Red #DC7AAA

Color information

#DC7AAA (or 0xDC7AAA) is unknown color: approx Pale Violet Red. HEX triplet: DC, 7A and AA. RGB value is (220,122,170). Sum of RGB (Red+Green+Blue) = 220+122+170=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7AAA is #238555. Grayscale: #9C9C9C. Windows color (decimal): -2327894 or 11172572. OLE color: 11172572.

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

Color convert

RGB220122170-
CMYK00.450.230.14
HSL330.61º58.33%67.06%-
HSV(B)330.61º44.55%86.27%-
XYZ43.7332.0441.91-
YUV156.77135.47173.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 122 (48.05% from 255) = 23.83%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=42.97%
G=23.83%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012217000.450.230.14330.6158.3367.06
HexDC7AAA02D17E14b3a43
Octal334172252055271651372103
Binary1101110011110101010101001011011011111101010010111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7AAA; }

 p { color: rgb(220,122,170); }

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

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

 a { background-color: rgb(220,122,170); }

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

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

 span { border-color: rgb(220,122,170); }

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