#DA72EB

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

Shades of Heliotrope #DA72EB

Tints of Heliotrope #DA72EB

Color information

#DA72EB (or 0xDA72EB) is unknown color: approx Heliotrope. HEX triplet: DA, 72 and EB. RGB value is (218,114,235). Sum of RGB (Red+Green+Blue) = 218+114+235=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA72EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA72EB is #258D14. Grayscale: #9E9E9E. Windows color (decimal): -2460949 or 15430362. OLE color: 15430362.

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

Color convert

RGB218114235-
CMYK0.070.5100.08
HSL291.57º75.16%68.43%-
HSV(B)291.57º51.49%92.16%-
XYZ49.9332.9482.32-
YUV158.89170.96170.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 114 (44.92% from 255) = 20.11%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=38.45%
G=20.11%
B=41.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181142350.070.5100.08291.5775.1668.43
HexDA72EB733081244b44
Octal332162353763010444113104
Binary110110101110010111010111111100110100010010010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA72EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA72EB; }

 p { color: rgb(218,114,235); }

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

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

 a { background-color: rgb(218,114,235); }

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

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

 span { border-color: rgb(218,114,235); }

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