#DA7AA6

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

Shades of Pale Violet Red #DA7AA6

Tints of Pale Violet Red #DA7AA6

Color information

#DA7AA6 (or 0xDA7AA6) is unknown color: approx Pale Violet Red. HEX triplet: DA, 7A and A6. RGB value is (218,122,166). Sum of RGB (Red+Green+Blue) = 218+122+166=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7AA6 is #258559. Grayscale: #9B9B9B. Windows color (decimal): -2458970 or 10910426. OLE color: 10910426.

HSL color Cylindrical-coordinate representation of color #DA7AA6: hue angle of 332.5º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7AA6 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB218122166-
CMYK00.440.240.15
HSL332.5º56.47%66.67%-
HSV(B)332.5º44.04%85.49%-
XYZ42.7631.5839.92-
YUV155.72133.8172.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 122 (48.05% from 255) = 24.11%
BLUE value IS 166 (65.23% from 255) = 32.81%
R=43.08%
G=24.11%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812216600.440.240.15332.556.4766.67
HexDA7AA602C18F14c3843
Octal332172246054301751470103
Binary1101101011110101010011001011001100011111010011001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7AA6; }

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

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

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

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

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

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

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

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