#DA7591

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

Shades of Pale Violet Red #DA7591

Tints of Pale Violet Red #DA7591

Color information

#DA7591 (or 0xDA7591) is unknown color: approx Pale Violet Red. HEX triplet: DA, 75 and 91. RGB value is (218,117,145). Sum of RGB (Red+Green+Blue) = 218+117+145=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7591 is #258A6E. Grayscale: #969696. Windows color (decimal): -2460271 or 9532890. OLE color: 9532890.

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

Color convert

RGB218117145-
CMYK00.460.330.15
HSL343.37º57.71%65.69%-
HSV(B)343.37º46.33%85.49%-
XYZ40.3929.6730.39-
YUV150.39124.96176.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.42%
GREEN value IS 117 (46.09% from 255) = 24.38%
BLUE value IS 145 (57.03% from 255) = 30.21%
R=45.42%
G=24.38%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811714500.460.330.15343.3757.7165.69
HexDA759102E21F1573a42
Octal332165221056411752772102
Binary11011010111010110010001010111010000111111010101111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7591; }

 p { color: rgb(218,117,145); }

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

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

 a { background-color: rgb(218,117,145); }

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

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

 span { border-color: rgb(218,117,145); }

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