#DA7AA1

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

Shades of Pale Violet Red #DA7AA1

Tints of Pale Violet Red #DA7AA1

Color information

#DA7AA1 (or 0xDA7AA1) is unknown color: approx Pale Violet Red. HEX triplet: DA, 7A and A1. RGB value is (218,122,161). Sum of RGB (Red+Green+Blue) = 218+122+161=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7AA1 is #25855E. Grayscale: #9B9B9B. Windows color (decimal): -2458975 or 10582746. OLE color: 10582746.

HSL color Cylindrical-coordinate representation of color #DA7AA1: hue angle of 335.62º 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 #DA7AA1 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB218122161-
CMYK00.440.260.15
HSL335.62º56.47%66.67%-
HSV(B)335.62º44.04%85.49%-
XYZ42.3131.437.55-
YUV155.15131.3172.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 122 (48.05% from 255) = 24.35%
BLUE value IS 161 (63.28% from 255) = 32.14%
R=43.51%
G=24.35%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812216100.440.260.15335.6256.4766.67
HexDA7AA102C1AF1503843
Octal332172241054321752070103
Binary1101101011110101010000101011001101011111010100001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7AA1; }

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

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

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

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

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

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

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

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