#DA81F1

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

Shades of Heliotrope #DA81F1

Tints of Heliotrope #DA81F1

Color information

#DA81F1 (or 0xDA81F1) is unknown color: approx Heliotrope. HEX triplet: DA, 81 and F1. RGB value is (218,129,241). Sum of RGB (Red+Green+Blue) = 218+129+241=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA81F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA81F1 is #257E0E. Grayscale: #A8A8A8. Windows color (decimal): -2457103 or 15827418. OLE color: 15827418.

HSL color Cylindrical-coordinate representation of color #DA81F1: hue angle of 287.68º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA81F1 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218129241-
CMYK0.100.4600.05
HSL287.68º80%72.55%-
HSV(B)287.68º46.47%94.51%-
XYZ52.6436.9687.58-
YUV168.38168.99163.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 129 (50.78% from 255) = 21.94%
BLUE value IS 241 (94.53% from 255) = 40.99%
R=37.07%
G=21.94%
B=40.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181292410.100.4600.05287.688072.55
HexDA81F1A2E051205049
Octal332201361125605440120111
Binary1101101010000001111100011010101110010110010000010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA81F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA81F1; }

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

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

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

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

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

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

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

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