#DA7796

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

Shades of Pale Violet Red #DA7796

Tints of Pale Violet Red #DA7796

Color information

#DA7796 (or 0xDA7796) is unknown color: approx Pale Violet Red. HEX triplet: DA, 77 and 96. RGB value is (218,119,150). Sum of RGB (Red+Green+Blue) = 218+119+150=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7796 is #258869. Grayscale: #989898. Windows color (decimal): -2459754 or 9861082. OLE color: 9861082.

HSL color Cylindrical-coordinate representation of color #DA7796: hue angle of 341.21º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA7796 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218119150-
CMYK00.450.310.15
HSL341.21º57.23%66.08%-
HSV(B)341.21º45.41%85.49%-
XYZ41.0230.332.54-
YUV152.14126.8174.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.76%
GREEN value IS 119 (46.88% from 255) = 24.44%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=44.76%
G=24.44%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811915000.450.310.15341.2157.2366.08
HexDA779602D1FF1553942
Octal332167226055371752571102
Binary1101101011101111001011001011011111111111010101011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7796; }

 p { color: rgb(218,119,150); }

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

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

 a { background-color: rgb(218,119,150); }

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

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

 span { border-color: rgb(218,119,150); }

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