#DA7390

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

Shades of Pale Violet Red #DA7390

Tints of Pale Violet Red #DA7390

Color information

#DA7390 (or 0xDA7390) is unknown color: approx Pale Violet Red. HEX triplet: DA, 73 and 90. RGB value is (218,115,144). Sum of RGB (Red+Green+Blue) = 218+115+144=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7390 is #258C6F. Grayscale: #959595. Windows color (decimal): -2460784 or 9466842. OLE color: 9466842.

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

Color convert

RGB218115144-
CMYK00.470.340.15
HSL343.11º58.19%65.29%-
HSV(B)343.11º47.25%85.49%-
XYZ40.0829.1829.91-
YUV149.1125.12177.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.70%
GREEN value IS 115 (45.31% from 255) = 24.11%
BLUE value IS 144 (56.64% from 255) = 30.19%
R=45.70%
G=24.11%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811514400.470.340.15343.1158.1965.29
HexDA739002F22F1573a41
Octal332163220057421752772101
Binary11011010111001110010000010111110001011111010101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7390; }

 p { color: rgb(218,115,144); }

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

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

 a { background-color: rgb(218,115,144); }

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

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

 span { border-color: rgb(218,115,144); }

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