#DA7DA5

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

Shades of Pale Violet Red #DA7DA5

Tints of Pale Violet Red #DA7DA5

Color information

#DA7DA5 (or 0xDA7DA5) is unknown color: approx Pale Violet Red. HEX triplet: DA, 7D and A5. RGB value is (218,125,165). Sum of RGB (Red+Green+Blue) = 218+125+165=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7DA5 is #25825A. Grayscale: #9D9D9D. Windows color (decimal): -2458203 or 10845658. OLE color: 10845658.

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

Color convert

RGB218125165-
CMYK00.430.240.15
HSL334.19º55.69%67.25%-
HSV(B)334.19º42.66%85.49%-
XYZ43.0432.2939.56-
YUV157.37132.31171.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.91%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 165 (64.84% from 255) = 32.48%
R=42.91%
G=24.61%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812516500.430.240.15334.1955.6967.25
HexDA7DA502B18F14e3843
Octal332175245053301751670103
Binary1101101011111011010010101010111100011111010011101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7DA5; }

 p { color: rgb(218,125,165); }

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

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

 a { background-color: rgb(218,125,165); }

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

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

 span { border-color: rgb(218,125,165); }

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