#DA7195

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

Shades of Pale Violet Red #DA7195

Tints of Pale Violet Red #DA7195

Color information

#DA7195 (or 0xDA7195) is unknown color: approx Pale Violet Red. HEX triplet: DA, 71 and 95. RGB value is (218,113,149). Sum of RGB (Red+Green+Blue) = 218+113+149=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7195 is #258E6A. Grayscale: #949494. Windows color (decimal): -2461291 or 9794010. OLE color: 9794010.

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

Color convert

RGB218113149-
CMYK00.480.320.15
HSL339.43º58.66%64.9%-
HSV(B)339.43º48.17%85.49%-
XYZ40.2428.8931.89-
YUV148.5128.29177.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.42%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=45.42%
G=23.54%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811314900.480.320.15339.4358.6664.9
HexDA719503020F1533b41
Octal332161225060401752373101
Binary11011010111000110010101011000010000011111010100111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7195; }

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

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

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

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

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

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

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

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