#DA6FF1

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

Shades of Heliotrope #DA6FF1

Tints of Heliotrope #DA6FF1

Color information

#DA6FF1 (or 0xDA6FF1) is unknown color: approx Heliotrope. HEX triplet: DA, 6F and F1. RGB value is (218,111,241). Sum of RGB (Red+Green+Blue) = 218+111+241=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA6FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6FF1 is #25900E. Grayscale: #9D9D9D. Windows color (decimal): -2461711 or 15822810. OLE color: 15822810.

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

Color convert

RGB218111241-
CMYK0.100.5400.05
HSL289.38º82.28%69.02%-
HSV(B)289.38º53.94%94.51%-
XYZ50.4832.6386.86-
YUV157.81174.95170.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 111 (43.75% from 255) = 19.47%
BLUE value IS 241 (94.53% from 255) = 42.28%
R=38.25%
G=19.47%
B=42.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181112410.100.5400.05289.3882.2869.02
HexDA6FF1A36051215245
Octal332157361126605441122105
Binary110110101101111111100011010110110010110010000110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6FF1; }

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

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

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

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

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

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

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

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