#DA72FC

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

Shades of Heliotrope #DA72FC

Tints of Heliotrope #DA72FC

Color information

#DA72FC (or 0xDA72FC) is unknown color: approx Heliotrope. HEX triplet: DA, 72 and FC. RGB value is (218,114,252). Sum of RGB (Red+Green+Blue) = 218+114+252=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 114 (44.92% from 255 or 19.52% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA72FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA72FC is #258D03. Grayscale: #A0A0A0. Windows color (decimal): -2460932 or 16544474. OLE color: 16544474.

HSL color Cylindrical-coordinate representation of color #DA72FC: hue angle of 285.22º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA72FC is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218114252-
CMYK0.130.5500.01
HSL285.22º95.83%71.76%-
HSV(B)285.22º54.76%98.82%-
XYZ52.533.9795.88-
YUV160.83179.46168.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 114 (44.92% from 255) = 19.52%
BLUE value IS 252 (98.83% from 255) = 43.15%
R=37.33%
G=19.52%
B=43.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181142520.130.5500.01285.2295.8371.76
HexDA72FCD370111d6048
Octal332162374156701435140110
Binary1101101011100101111110011011101110110001110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA72FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA72FC; }

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

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

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

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

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

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

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

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