#DA74ED

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

Shades of Heliotrope #DA74ED

Tints of Heliotrope #DA74ED

Color information

#DA74ED (or 0xDA74ED) is unknown color: approx Heliotrope. HEX triplet: DA, 74 and ED. RGB value is (218,116,237). Sum of RGB (Red+Green+Blue) = 218+116+237=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA74ED is #258B12. Grayscale: #9F9F9F. Windows color (decimal): -2460435 or 15561946. OLE color: 15561946.

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

Color convert

RGB218116237-
CMYK0.080.5100.07
HSL290.58º77.07%69.22%-
HSV(B)290.58º51.05%92.94%-
XYZ50.4433.5183.93-
YUV160.29171.29169.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 116 (45.70% from 255) = 20.32%
BLUE value IS 237 (92.97% from 255) = 41.51%
R=38.18%
G=20.32%
B=41.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181162370.080.5100.07290.5877.0769.22
HexDA74ED833071234d45
Octal332164355106307443115105
Binary110110101110100111011011000110011011110010001110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA74ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA74ED; }

 p { color: rgb(218,116,237); }

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

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

 a { background-color: rgb(218,116,237); }

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

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

 span { border-color: rgb(218,116,237); }

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