#DA5FFF

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

Shades of Heliotrope #DA5FFF

Tints of Heliotrope #DA5FFF

Color information

#DA5FFF (or 0xDA5FFF) is unknown color: approx Heliotrope. HEX triplet: DA, 5F and FF. RGB value is (218,95,255). Sum of RGB (Red+Green+Blue) = 218+95+255=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 95 (37.5% from 255 or 16.73% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA5FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5FFF is #25A000. Grayscale: #959595. Windows color (decimal): -2465793 or 16736218. OLE color: 16736218.

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

Color convert

RGB21895255-
CMYK0.150.6300
HSL286.12º100%68.63%-
HSV(B)286.12º62.75%100%-
XYZ51.0630.3197.77-
YUV150.02187.25176.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 95 (37.5% from 255) = 16.73%
BLUE value IS 255 (100% from 255) = 44.89%
R=38.38%
G=16.73%
B=44.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal218952550.150.6300286.1210068.63
HexDA5FFFF3F0011e6445
Octal332137377177700436144105
Binary1101101010111111111111111111111110010001111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5FFF; }

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

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

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

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

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

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

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

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