#DA8AE5

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

Shades of Violet #DA8AE5

Tints of Violet #DA8AE5

Color information

#DA8AE5 (or 0xDA8AE5) is unknown color: approx Violet. HEX triplet: DA, 8A and E5. RGB value is (218,138,229). Sum of RGB (Red+Green+Blue) = 218+138+229=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA8AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8AE5 is #25751A. Grayscale: #ACACAC. Windows color (decimal): -2454811 or 15043290. OLE color: 15043290.

HSL color Cylindrical-coordinate representation of color #DA8AE5: hue angle of 292.75º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8AE5 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218138229-
CMYK0.050.4000.10
HSL292.75º63.64%71.96%-
HSV(B)292.75º39.74%89.8%-
XYZ52.1438.7478.86-
YUV172.29160160.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 138 (54.30% from 255) = 23.59%
BLUE value IS 229 (89.84% from 255) = 39.15%
R=37.26%
G=23.59%
B=39.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181382290.050.4000.10292.7563.6471.96
HexDA8AE55280A1254048
Octal332212345550012445100110
Binary1101101010001010111001011011010000101010010010110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8AE5; }

 p { color: rgb(218,138,229); }

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

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

 a { background-color: rgb(218,138,229); }

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

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

 span { border-color: rgb(218,138,229); }

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