#DA5CFE

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

Shades of Heliotrope #DA5CFE

Tints of Heliotrope #DA5CFE

Color information

#DA5CFE (or 0xDA5CFE) is unknown color: approx Heliotrope. HEX triplet: DA, 5C and FE. RGB value is (218,92,254). Sum of RGB (Red+Green+Blue) = 218+92+254=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 92 (36.33% from 255 or 16.31% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA5CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5CFE is #25A301. Grayscale: #939393. Windows color (decimal): -2466562 or 16669914. OLE color: 16669914.

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

Color convert

RGB21892254-
CMYK0.140.6400.00
HSL286.67º98.78%67.84%-
HSV(B)286.67º63.78%99.61%-
XYZ50.6329.7296.83-
YUV148.14187.74177.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 92 (36.33% from 255) = 16.31%
BLUE value IS 254 (99.61% from 255) = 45.04%
R=38.65%
G=16.31%
B=45.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal218922540.140.6400.00286.6798.7867.84
HexDA5CFEE400011f6344
Octal3321343761610000437143104
Binary11011010101110011111110111010000000010001111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5CFE; }

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

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

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

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

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

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

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

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