#DA75AE

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

Shades of Pale Violet Red #DA75AE

Tints of Pale Violet Red #DA75AE

Color information

#DA75AE (or 0xDA75AE) is unknown color: approx Pale Violet Red. HEX triplet: DA, 75 and AE. RGB value is (218,117,174). Sum of RGB (Red+Green+Blue) = 218+117+174=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA75AE is #258A51. Grayscale: #999999. Windows color (decimal): -2460242 or 11433434. OLE color: 11433434.

HSL color Cylindrical-coordinate representation of color #DA75AE: hue angle of 326.14º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA75AE is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB218117174-
CMYK00.460.200.15
HSL326.14º57.71%65.69%-
HSV(B)326.14º46.33%85.49%-
XYZ42.9130.6843.71-
YUV153.7139.46173.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.83%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=42.83%
G=22.99%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811717400.460.200.15326.1457.7165.69
HexDA75AE02E14F1463a42
Octal332165256056241750672102
Binary1101101011101011010111001011101010011111010001101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA75AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA75AE; }

 p { color: rgb(218,117,174); }

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

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

 a { background-color: rgb(218,117,174); }

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

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

 span { border-color: rgb(218,117,174); }

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