Html Css Color HEX #DA6FF2 Heliotrope

📋 copy color: '#DA6FF2'

red 218 ◦ green 111 ◦ blue 242

#DA6FF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DA6FF2

Tints of Heliotrope #DA6FF2

RGB

 RED value IS 218 (85.55% from 255) = 38.18%

 GREEN value IS 111 (43.75% from 255) = 19.44%

 BLUE value IS 242 (94.92% from 255) = 42.38%

R = 38.18%
G = 19.44%
B = 42.38%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA6FF2 (or 0xDA6FF2) is known color: Heliotrope. HEX triplet: DA, 6F and F2. RGB value is (218,111,242). Sum of RGB (Red+Green+Blue) = 218+111+242=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 111 (43.75% from 255 or 19.44% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA6FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6FF2 is #25900D. Grayscale: #9D9D9D. Windows color (decimal): -2461710 or 15888346. OLE color: 15888346.

HSL color Cylindrical-coordinate representation of color #DA6FF2: hue angle of 289.01º degrees, saturation: 0.83, 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 #DA6FF2 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 111 242 -
CMYK 0.10 0.54 0 0.05
HSL 289.01º 0.83% 0.69% -
HSV(B) 289.01º 0.54% 0.95% -
XYZ 50.62 32.69 87.65 -
YUV 157.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 218 111 242 0.10 0.54 0 0.05 289.01 0.83 0.69
Hex DA 6F F2 A 36 0 5 121 53 45
Octal 332 157 362 12 66 0 5 441 123 105
Binary 11011010 1101111 11110010 1010 110110 0 101 100100001 1010011 1000101

Color Harmonies of #DA6FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FF2

Black with #DA6FF2

Text Example


Text Example

White with #DA6FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FF2; }

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

 H1.HeaderClassName
 {
   color: #DA6FF2;
 }
 .AnyTagClassName
 {
   color: #DA6FF2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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