Html Css Color HEX #DC7AA6 Pale Violet Red

📋 copy color: '#DC7AA6'

red 220 ◦ green 122 ◦ blue 166

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

Shades of Pale Violet Red #DC7AA6

Tints of Pale Violet Red #DC7AA6

RGB

 RED value IS 220 (86.33% from 255) = 43.31%

 GREEN value IS 122 (48.05% from 255) = 24.02%

 BLUE value IS 166 (65.23% from 255) = 32.68%

R = 43.31%
G = 24.02%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC7AA6 (or 0xDC7AA6) is known color: Pale Violet Red. HEX triplet: DC, 7A and A6. RGB value is (220,122,166). Sum of RGB (Red+Green+Blue) = 220+122+166=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7AA6 is #238559. Grayscale: #9C9C9C. Windows color (decimal): -2327898 or 10910428. OLE color: 10910428.

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

Color convert

RGB 220 122 166 -
CMYK 0 0.45 0.25 0.14
HSL 333.06º 0.58% 0.67% -
HSV(B) 333.06º 0.45% 0.86% -
XYZ 43.36 31.89 39.95 -
YUV 156.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 220 122 166 0 0.45 0.25 0.14 333.06 0.58 0.67
Hex DC 7A A6 0 2D 19 E 14D 3A 43
Octal 334 172 246 0 55 31 16 515 72 103
Binary 11011100 1111010 10100110 0 101101 11001 1110 101001101 111010 1000011

Color Harmonies of #DC7AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7AA6

Black with #DC7AA6

Text Example


Text Example

White with #DC7AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7AA6; }

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

 H1.HeaderClassName
 {
   color: #DC7AA6;
 }
 .AnyTagClassName
 {
   color: #DC7AA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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