#DA5FFA

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

Shades of Heliotrope #DA5FFA

Tints of Heliotrope #DA5FFA

Color information

#DA5FFA (or 0xDA5FFA) is unknown color: approx Heliotrope. HEX triplet: DA, 5F and FA. RGB value is (218,95,250). Sum of RGB (Red+Green+Blue) = 218+95+250=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 95 (37.5% from 255 or 16.87% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA5FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5FFA is #25A005. Grayscale: #949494. Windows color (decimal): -2465798 or 16408538. OLE color: 16408538.

HSL color Cylindrical-coordinate representation of color #DA5FFA: hue angle of 287.61º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5FFA is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21895250-
CMYK0.130.6200.02
HSL287.61º93.94%67.65%-
HSV(B)287.61º62%98.04%-
XYZ50.2629.9993.58-
YUV149.45184.75176.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 95 (37.5% from 255) = 16.87%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=38.72%
G=16.87%
B=44.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218952500.130.6200.02287.6193.9467.65
HexDA5FFAD3E021205e44
Octal332137372157602440136104
Binary11011010101111111111010110111111001010010000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5FFA; }

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

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

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

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

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

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

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

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