#DA6190

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

Shades of Pale Violet Red #DA6190

Tints of Pale Violet Red #DA6190

Color information

#DA6190 (or 0xDA6190) is unknown color: approx Pale Violet Red. HEX triplet: DA, 61 and 90. RGB value is (218,97,144). Sum of RGB (Red+Green+Blue) = 218+97+144=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6190 is #259E6F. Grayscale: #8A8A8A. Windows color (decimal): -2465392 or 9462234. OLE color: 9462234.

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

Color convert

RGB21897144-
CMYK00.560.340.15
HSL336.69º62.05%61.76%-
HSV(B)336.69º55.5%85.49%-
XYZ38.2225.4729.29-
YUV138.54131.09184.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.49%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=47.49%
G=21.13%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189714400.560.340.15336.6962.0561.76
HexDA619003822F1513e3e
Octal33214122007042175217676
Binary1101101011000011001000001110001000101111101010001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6190; }

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

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

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

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

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

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

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

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