#DA5CFF

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

Shades of Heliotrope #DA5CFF

Tints of Heliotrope #DA5CFF

Color information

#DA5CFF (or 0xDA5CFF) is unknown color: approx Heliotrope. HEX triplet: DA, 5C and FF. RGB value is (218,92,255). Sum of RGB (Red+Green+Blue) = 218+92+255=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 92 (36.33% from 255 or 16.28% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA5CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5CFF is #25A300. Grayscale: #939393. Windows color (decimal): -2466561 or 16735450. OLE color: 16735450.

HSL color Cylindrical-coordinate representation of color #DA5CFF: hue angle of 286.38º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA5CFF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21892255-
CMYK0.150.6400
HSL286.38º100%68.04%-
HSV(B)286.38º63.92%100%-
XYZ50.7929.7897.68-
YUV148.26188.24177.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 92 (36.33% from 255) = 16.28%
BLUE value IS 255 (100% from 255) = 45.13%
R=38.58%
G=16.28%
B=45.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal218922550.150.6400286.3810068.04
HexDA5CFFF400011e6444
Octal3321343771710000436144104
Binary11011010101110011111111111110000000010001111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5CFF; }

 p { color: rgb(218,92,255); }

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

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

 a { background-color: rgb(218,92,255); }

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

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

 span { border-color: rgb(218,92,255); }

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