#DA5AFD

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

Shades of Heliotrope #DA5AFD

Tints of Heliotrope #DA5AFD

Color information

#DA5AFD (or 0xDA5AFD) is unknown color: approx Heliotrope. HEX triplet: DA, 5A and FD. RGB value is (218,90,253). Sum of RGB (Red+Green+Blue) = 218+90+253=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 90 (35.55% from 255 or 16.04% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA5AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5AFD is #25A502. Grayscale: #929292. Windows color (decimal): -2467075 or 16603866. OLE color: 16603866.

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

Color convert

RGB21890253-
CMYK0.140.6400.01
HSL287.12º97.6%67.25%-
HSV(B)287.12º64.43%99.22%-
XYZ50.329.3195.93-
YUV146.85187.91178.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 90 (35.55% from 255) = 16.04%
BLUE value IS 253 (99.22% from 255) = 45.10%
R=38.86%
G=16.04%
B=45.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal218902530.140.6400.01287.1297.667.25
HexDA5AFDE400111f6243
Octal3321323751610001437142103
Binary11011010101101011111101111010000000110001111111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5AFD; }

 p { color: rgb(218,90,253); }

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

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

 a { background-color: rgb(218,90,253); }

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

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

 span { border-color: rgb(218,90,253); }

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