#DA7893

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

Shades of Pale Violet Red #DA7893

Tints of Pale Violet Red #DA7893

Color information

#DA7893 (or 0xDA7893) is unknown color: approx Pale Violet Red. HEX triplet: DA, 78 and 93. RGB value is (218,120,147). Sum of RGB (Red+Green+Blue) = 218+120+147=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7893 is #25876C. Grayscale: #989898. Windows color (decimal): -2459501 or 9664730. OLE color: 9664730.

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

Color convert

RGB218120147-
CMYK00.450.330.15
HSL343.47º56.98%66.27%-
HSV(B)343.47º44.95%85.49%-
XYZ40.930.4431.32-
YUV152.38124.97174.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 120 (47.27% from 255) = 24.74%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=44.95%
G=24.74%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812014700.450.330.15343.4756.9866.27
HexDA789302D21F1573942
Octal332170223055411752771102
Binary11011010111100010010011010110110000111111010101111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7893; }

 p { color: rgb(218,120,147); }

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

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

 a { background-color: rgb(218,120,147); }

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

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

 span { border-color: rgb(218,120,147); }

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