#DA6195

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

Shades of Pale Violet Red #DA6195

Tints of Pale Violet Red #DA6195

Color information

#DA6195 (or 0xDA6195) is unknown color: approx Pale Violet Red. HEX triplet: DA, 61 and 95. RGB value is (218,97,149). Sum of RGB (Red+Green+Blue) = 218+97+149=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6195 is #259E6A. Grayscale: #8B8B8B. Windows color (decimal): -2465387 or 9789914. OLE color: 9789914.

HSL color Cylindrical-coordinate representation of color #DA6195: hue angle of 334.21º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6195 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB21897149-
CMYK00.560.320.15
HSL334.21º62.05%61.76%-
HSV(B)334.21º55.5%85.49%-
XYZ38.6125.6231.34-
YUV139.11133.59184.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.98%
GREEN value IS 97 (38.28% from 255) = 20.91%
BLUE value IS 149 (58.59% from 255) = 32.11%
R=46.98%
G=20.91%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189714900.560.320.15334.2162.0561.76
HexDA619503820F14e3e3e
Octal33214122507040175167676
Binary1101101011000011001010101110001000001111101001110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6195; }

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

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

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

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

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

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

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

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