#DA7795

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

Shades of Pale Violet Red #DA7795

Tints of Pale Violet Red #DA7795

Color information

#DA7795 (or 0xDA7795) is unknown color: approx Pale Violet Red. HEX triplet: DA, 77 and 95. RGB value is (218,119,149). Sum of RGB (Red+Green+Blue) = 218+119+149=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7795 is #25886A. Grayscale: #989898. Windows color (decimal): -2459755 or 9795546. OLE color: 9795546.

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

Color convert

RGB218119149-
CMYK00.450.320.15
HSL341.82º57.23%66.08%-
HSV(B)341.82º45.41%85.49%-
XYZ40.9430.2732.12-
YUV152.02126.3175.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.86%
GREEN value IS 119 (46.88% from 255) = 24.49%
BLUE value IS 149 (58.59% from 255) = 30.66%
R=44.86%
G=24.49%
B=30.66%

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
Decimal21811914900.450.320.15341.8257.2366.08
HexDA779502D20F1563942
Octal332167225055401752671102
Binary11011010111011110010101010110110000011111010101101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7795; }

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

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

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

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

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

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

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

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