#DA5DFB

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

Shades of Heliotrope #DA5DFB

Tints of Heliotrope #DA5DFB

Color information

#DA5DFB (or 0xDA5DFB) is unknown color: approx Heliotrope. HEX triplet: DA, 5D and FB. RGB value is (218,93,251). Sum of RGB (Red+Green+Blue) = 218+93+251=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 93 (36.72% from 255 or 16.55% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA5DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5DFB is #25A204. Grayscale: #939393. Windows color (decimal): -2466309 or 16473562. OLE color: 16473562.

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

Color convert

RGB21893251-
CMYK0.130.6300.02
HSL287.47º95.18%67.45%-
HSV(B)287.47º62.95%98.43%-
XYZ50.2429.794.35-
YUV148.39185.91177.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 93 (36.72% from 255) = 16.55%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=38.79%
G=16.55%
B=44.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218932510.130.6300.02287.4795.1867.45
HexDA5DFBD3F0211f5f43
Octal332135373157702437137103
Binary11011010101110111111011110111111101010001111110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5DFB; }

 p { color: rgb(218,93,251); }

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

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

 a { background-color: rgb(218,93,251); }

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

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

 span { border-color: rgb(218,93,251); }

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