Html Css Color HEX #DC7AAA Pale Violet Red

📋 copy color: '#DC7AAA'

red 220 ◦ green 122 ◦ blue 170

#DC7AAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #DC7AAA

Tints of Pale Violet Red #DC7AAA

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.8% from 255) = 33.2%

R = 42.97%
G = 23.83%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC7AAA (or 0xDC7AAA) is known color: 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

RGB 220 122 170 -
CMYK 0 0.45 0.23 0.14
HSL 330.61º 0.58% 0.67% -
HSV(B) 330.61º 0.45% 0.86% -
XYZ 43.73 32.04 41.91 -
YUV 156.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 220 122 170 0 0.45 0.23 0.14 330.61 0.58 0.67
Hex DC 7A AA 0 2D 17 E 14B 3A 43
Octal 334 172 252 0 55 27 16 513 72 103
Binary 11011100 1111010 10101010 0 101101 10111 1110 101001011 111010 1000011

Color Harmonies of #DC7AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7AAA

Black with #DC7AAA

Text Example


Text Example

White with #DC7AAA

Text Example


Text Example

HTML Codes & Css Web 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>