#DA7193

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

Shades of Pale Violet Red #DA7193

Tints of Pale Violet Red #DA7193

Color information

#DA7193 (or 0xDA7193) is unknown color: approx Pale Violet Red. HEX triplet: DA, 71 and 93. RGB value is (218,113,147). Sum of RGB (Red+Green+Blue) = 218+113+147=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7193 is #258E6C. Grayscale: #949494. Windows color (decimal): -2461293 or 9662938. OLE color: 9662938.

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

Color convert

RGB218113147-
CMYK00.480.330.15
HSL340.57º58.66%64.9%-
HSV(B)340.57º48.17%85.49%-
XYZ40.0928.8231.05-
YUV148.27127.29177.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.61%
GREEN value IS 113 (44.53% from 255) = 23.64%
BLUE value IS 147 (57.81% from 255) = 30.75%
R=45.61%
G=23.64%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811314700.480.330.15340.5758.6664.9
HexDA719303021F1553b41
Octal332161223060411752573101
Binary11011010111000110010011011000010000111111010101011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7193; }

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

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

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

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

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

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

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

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