#DA7794

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

Shades of Pale Violet Red #DA7794

Tints of Pale Violet Red #DA7794

Color information

#DA7794 (or 0xDA7794) is unknown color: approx Pale Violet Red. HEX triplet: DA, 77 and 94. RGB value is (218,119,148). Sum of RGB (Red+Green+Blue) = 218+119+148=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7794 is #25886B. Grayscale: #979797. Windows color (decimal): -2459756 or 9730010. OLE color: 9730010.

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

Color convert

RGB218119148-
CMYK00.450.320.15
HSL342.42º57.23%66.08%-
HSV(B)342.42º45.41%85.49%-
XYZ40.8630.2431.7-
YUV151.91125.8175.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 148 (58.20% from 255) = 30.52%
R=44.95%
G=24.54%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811914800.450.320.15342.4257.2366.08
HexDA779402D20F1563942
Octal332167224055401752671102
Binary11011010111011110010100010110110000011111010101101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7794; }

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

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

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

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

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

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

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

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