#DA7B9A

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

Shades of Pale Violet Red #DA7B9A

Tints of Pale Violet Red #DA7B9A

Color information

#DA7B9A (or 0xDA7B9A) is unknown color: approx Pale Violet Red. HEX triplet: DA, 7B and 9A. RGB value is (218,123,154). Sum of RGB (Red+Green+Blue) = 218+123+154=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7B9A is #258465. Grayscale: #9A9A9A. Windows color (decimal): -2458726 or 10124250. OLE color: 10124250.

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

Color convert

RGB218123154-
CMYK00.440.290.15
HSL340.42º56.21%66.86%-
HSV(B)340.42º43.58%85.49%-
XYZ41.8331.434.43-
YUV154.94127.47172.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.04%
GREEN value IS 123 (48.44% from 255) = 24.85%
BLUE value IS 154 (60.55% from 255) = 31.11%
R=44.04%
G=24.85%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812315400.440.290.15340.4256.2166.86
HexDA7B9A02C1DF1543843
Octal332173232054351752470103
Binary1101101011110111001101001011001110111111010101001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7B9A; }

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

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

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

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

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

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

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

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