#DA7DA4

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

Shades of Pale Violet Red #DA7DA4

Tints of Pale Violet Red #DA7DA4

Color information

#DA7DA4 (or 0xDA7DA4) is unknown color: approx Pale Violet Red. HEX triplet: DA, 7D and A4. RGB value is (218,125,164). Sum of RGB (Red+Green+Blue) = 218+125+164=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7DA4 is #25825B. Grayscale: #9D9D9D. Windows color (decimal): -2458204 or 10780122. OLE color: 10780122.

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

Color convert

RGB218125164-
CMYK00.430.250.15
HSL334.84º55.69%67.25%-
HSV(B)334.84º42.66%85.49%-
XYZ42.9532.2539.08-
YUV157.25131.81171.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.00%
GREEN value IS 125 (49.22% from 255) = 24.65%
BLUE value IS 164 (64.45% from 255) = 32.35%
R=43.00%
G=24.65%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812516400.430.250.15334.8455.6967.25
HexDA7DA402B19F14f3843
Octal332175244053311751770103
Binary1101101011111011010010001010111100111111010011111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7DA4; }

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

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

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

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

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

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

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

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