#DA81FF

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

Shades of Heliotrope #DA81FF

Tints of Heliotrope #DA81FF

Color information

#DA81FF (or 0xDA81FF) is unknown color: approx Heliotrope. HEX triplet: DA, 81 and FF. RGB value is (218,129,255). Sum of RGB (Red+Green+Blue) = 218+129+255=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA81FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA81FF is #257E00. Grayscale: #A9A9A9. Windows color (decimal): -2457089 or 16744922. OLE color: 16744922.

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

Color convert

RGB218129255-
CMYK0.150.4900
HSL282.38º100%75.29%-
HSV(B)282.38º49.41%100%-
XYZ54.8137.8399.02-
YUV169.98175.99162.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.21%
GREEN value IS 129 (50.78% from 255) = 21.43%
BLUE value IS 255 (100% from 255) = 42.36%
R=36.21%
G=21.43%
B=42.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181292550.150.4900282.3810075.29
HexDA81FFF310011a644b
Octal332201377176100432144113
Binary11011010100000011111111111111100010010001101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA81FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA81FF; }

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

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

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

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

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

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

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

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