Html Css Color HEX #DA7EF2 Heliotrope

📋 copy color: '#DA7EF2'

red 218 ◦ green 126 ◦ blue 242

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

Shades of Heliotrope #DA7EF2

Tints of Heliotrope #DA7EF2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.5%

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

R = 37.2%
G = 21.5%
B = 41.3%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA7EF2 (or 0xDA7EF2) is known color: Heliotrope. HEX triplet: DA, 7E and F2. RGB value is (218,126,242). Sum of RGB (Red+Green+Blue) = 218+126+242=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA7EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7EF2 is #25810D. Grayscale: #A6A6A6. Windows color (decimal): -2457870 or 15892186. OLE color: 15892186.

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

Color convert

RGB 218 126 242 -
CMYK 0.10 0.48 0 0.05
HSL 287.59º 0.82% 0.72% -
HSV(B) 287.59º 0.48% 0.95% -
XYZ 52.4 36.24 88.24 -
YUV 166.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 218 126 242 0.10 0.48 0 0.05 287.59 0.82 0.72
Hex DA 7E F2 A 30 0 5 120 52 48
Octal 332 176 362 12 60 0 5 440 122 110
Binary 11011010 1111110 11110010 1010 110000 0 101 100100000 1010010 1001000

Color Harmonies of #DA7EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7EF2

Black with #DA7EF2

Text Example


Text Example

White with #DA7EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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