Html Css Color HEX #DA6CF2 Heliotrope

📋 copy color: '#DA6CF2'

red 218 ◦ green 108 ◦ blue 242

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

Shades of Heliotrope #DA6CF2

Tints of Heliotrope #DA6CF2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.01%

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

R = 38.38%
G = 19.01%
B = 42.61%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA6CF2 (or 0xDA6CF2) is known color: Heliotrope. HEX triplet: DA, 6C and F2. RGB value is (218,108,242). Sum of RGB (Red+Green+Blue) = 218+108+242=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 108 (42.58% from 255 or 19.01% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA6CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6CF2 is #25930D. Grayscale: #9B9B9B. Windows color (decimal): -2462478 or 15887578. OLE color: 15887578.

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

Color convert

RGB 218 108 242 -
CMYK 0.10 0.55 0 0.05
HSL 289.25º 0.84% 0.69% -
HSV(B) 289.25º 0.55% 0.95% -
XYZ 50.3 32.04 87.54 -
YUV 156.17 176.44 172.1 -
System Red Green Blue C M Y K H S L
Decimal 218 108 242 0.10 0.55 0 0.05 289.25 0.84 0.69
Hex DA 6C F2 A 37 0 5 121 54 45
Octal 332 154 362 12 67 0 5 441 124 105
Binary 11011010 1101100 11110010 1010 110111 0 101 100100001 1010100 1000101

Color Harmonies of #DA6CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CF2

Black with #DA6CF2

Text Example


Text Example

White with #DA6CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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