#DA5DEE

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

Shades of Heliotrope #DA5DEE

Tints of Heliotrope #DA5DEE

Color information

#DA5DEE (or 0xDA5DEE) is unknown color: approx Heliotrope. HEX triplet: DA, 5D and EE. RGB value is (218,93,238). Sum of RGB (Red+Green+Blue) = 218+93+238=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA5DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5DEE is #25A211. Grayscale: #929292. Windows color (decimal): -2466322 or 15621594. OLE color: 15621594.

HSL color Cylindrical-coordinate representation of color #DA5DEE: hue angle of 291.72º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5DEE is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21893238-
CMYK0.080.6100.07
HSL291.72º81.01%64.9%-
HSV(B)291.72º60.92%93.33%-
XYZ48.2628.9183.92-
YUV146.9179.41178.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.71%
GREEN value IS 93 (36.72% from 255) = 16.94%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=39.71%
G=16.94%
B=43.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal218932380.080.6100.07291.7281.0164.9
HexDA5DEE83D071245141
Octal332135356107507444121101
Binary110110101011101111011101000111101011110010010010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5DEE; }

 p { color: rgb(218,93,238); }

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

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

 a { background-color: rgb(218,93,238); }

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

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

 span { border-color: rgb(218,93,238); }

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