#DA7B9B

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

Shades of Pale Violet Red #DA7B9B

Tints of Pale Violet Red #DA7B9B

Color information

#DA7B9B (or 0xDA7B9B) is unknown color: approx Pale Violet Red. HEX triplet: DA, 7B and 9B. RGB value is (218,123,155). Sum of RGB (Red+Green+Blue) = 218+123+155=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7B9B is #258464. Grayscale: #9B9B9B. Windows color (decimal): -2458725 or 10189786. OLE color: 10189786.

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

Color convert

RGB218123155-
CMYK00.440.290.15
HSL339.79º56.21%66.86%-
HSV(B)339.79º43.58%85.49%-
XYZ41.9131.4434.87-
YUV155.05127.97172.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.95%
GREEN value IS 123 (48.44% from 255) = 24.80%
BLUE value IS 155 (60.94% from 255) = 31.25%
R=43.95%
G=24.80%
B=31.25%

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
Decimal21812315500.440.290.15339.7956.2166.86
HexDA7B9B02C1DF1543843
Octal332173233054351752470103
Binary1101101011110111001101101011001110111111010101001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7B9B; }

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

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

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

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

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

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

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

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