#DA81FD

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

Shades of Heliotrope #DA81FD

Tints of Heliotrope #DA81FD

Color information

#DA81FD (or 0xDA81FD) is unknown color: approx Heliotrope. HEX triplet: DA, 81 and FD. RGB value is (218,129,253). Sum of RGB (Red+Green+Blue) = 218+129+253=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA81FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA81FD is #257E02. Grayscale: #A9A9A9. Windows color (decimal): -2457091 or 16613850. OLE color: 16613850.

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

Color convert

RGB218129253-
CMYK0.140.4900.01
HSL283.06º96.88%74.9%-
HSV(B)283.06º49.01%99.22%-
XYZ54.4937.797.33-
YUV169.75174.99162.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.33%
GREEN value IS 129 (50.78% from 255) = 21.5%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=36.33%
G=21.5%
B=42.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181292530.140.4900.01283.0696.8874.9
HexDA81FDE310111b614b
Octal332201375166101433141113
Binary11011010100000011111110111101100010110001101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA81FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA81FD; }

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

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

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

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

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

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

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

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