#DA7D9A

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

Shades of Pale Violet Red #DA7D9A

Tints of Pale Violet Red #DA7D9A

Color information

#DA7D9A (or 0xDA7D9A) is unknown color: approx Pale Violet Red. HEX triplet: DA, 7D and 9A. RGB value is (218,125,154). Sum of RGB (Red+Green+Blue) = 218+125+154=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7D9A is #258265. Grayscale: #9C9C9C. Windows color (decimal): -2458214 or 10124762. OLE color: 10124762.

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

Color convert

RGB218125154-
CMYK00.430.290.15
HSL341.29º55.69%67.25%-
HSV(B)341.29º42.66%85.49%-
XYZ42.0831.9134.51-
YUV156.11126.81172.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.86%
GREEN value IS 125 (49.22% from 255) = 25.15%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=43.86%
G=25.15%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812515400.430.290.15341.2955.6967.25
HexDA7D9A02B1DF1553843
Octal332175232053351752570103
Binary1101101011111011001101001010111110111111010101011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7D9A; }

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

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

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

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

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

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

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

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