#DA6FF6

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

Shades of Heliotrope #DA6FF6

Tints of Heliotrope #DA6FF6

Color information

#DA6FF6 (or 0xDA6FF6) is unknown color: approx Heliotrope. HEX triplet: DA, 6F and F6. RGB value is (218,111,246). Sum of RGB (Red+Green+Blue) = 218+111+246=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 111 (43.75% from 255 or 19.30% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #DA6FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6FF6 is #259009. Grayscale: #9D9D9D. Windows color (decimal): -2461706 or 16150490. OLE color: 16150490.

HSL color Cylindrical-coordinate representation of color #DA6FF6: hue angle of 287.56º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA6FF6 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218111246-
CMYK0.110.5500.04
HSL287.56º88.24%70%-
HSV(B)287.56º54.88%96.47%-
XYZ51.2332.9390.84-
YUV158.38177.45170.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 111 (43.75% from 255) = 19.30%
BLUE value IS 246 (96.48% from 255) = 42.78%
R=37.91%
G=19.30%
B=42.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2181112460.110.5500.04287.5688.2470
HexDA6FF6B37041205846
Octal332157366136704440130106
Binary110110101101111111101101011110111010010010000010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6FF6; }

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

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

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

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

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

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

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

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