#DA72FA

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

Shades of Heliotrope #DA72FA

Tints of Heliotrope #DA72FA

Color information

#DA72FA (or 0xDA72FA) is unknown color: approx Heliotrope. HEX triplet: DA, 72 and FA. RGB value is (218,114,250). Sum of RGB (Red+Green+Blue) = 218+114+250=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 114 (44.92% from 255 or 19.59% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA72FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA72FA is #258D05. Grayscale: #A0A0A0. Windows color (decimal): -2460934 or 16413402. OLE color: 16413402.

HSL color Cylindrical-coordinate representation of color #DA72FA: hue angle of 285.88º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA72FA is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218114250-
CMYK0.130.5400.02
HSL285.88º93.15%71.37%-
HSV(B)285.88º54.4%98.04%-
XYZ52.1933.8494.22-
YUV160.6178.46168.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 114 (44.92% from 255) = 19.59%
BLUE value IS 250 (98.05% from 255) = 42.96%
R=37.46%
G=19.59%
B=42.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181142500.130.5400.02285.8893.1571.37
HexDA72FAD360211e5d47
Octal332162372156602436135107
Binary11011010111001011111010110111011001010001111010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA72FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA72FA; }

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

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

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

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

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

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

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

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