#DA7DFC

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

Shades of Heliotrope #DA7DFC

Tints of Heliotrope #DA7DFC

Color information

#DA7DFC (or 0xDA7DFC) is unknown color: approx Heliotrope. HEX triplet: DA, 7D and FC. RGB value is (218,125,252). Sum of RGB (Red+Green+Blue) = 218+125+252=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA7DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7DFC is #258203. Grayscale: #A6A6A6. Windows color (decimal): -2458116 or 16547290. OLE color: 16547290.

HSL color Cylindrical-coordinate representation of color #DA7DFC: hue angle of 283.94º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA7DFC is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218125252-
CMYK0.130.5000.01
HSL283.94º95.49%73.92%-
HSV(B)283.94º50.4%98.82%-
XYZ53.8236.696.32-
YUV167.29175.81164.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 125 (49.22% from 255) = 21.01%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=36.64%
G=21.01%
B=42.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181252520.130.5000.01283.9495.4973.92
HexDA7DFCD320111c5f4a
Octal332175374156201434137112
Binary1101101011111011111110011011100100110001110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7DFC; }

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

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

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

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

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

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

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

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