Html Css Color HEX #DA71EF Heliotrope

📋 copy color: '#DA71EF'

red 218 ◦ green 113 ◦ blue 239

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

Shades of Heliotrope #DA71EF

Tints of Heliotrope #DA71EF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.82%

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 38.25%
G = 19.82%
B = 41.93%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DA71EF (or 0xDA71EF) is known color: Heliotrope. HEX triplet: DA, 71 and EF. RGB value is (218,113,239). Sum of RGB (Red+Green+Blue) = 218+113+239=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA71EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA71EF is #258E10. Grayscale: #9E9E9E. Windows color (decimal): -2461201 or 15692250. OLE color: 15692250.

HSL color Cylindrical-coordinate representation of color #DA71EF: hue angle of 290º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA71EF is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 113 239 -
CMYK 0.09 0.53 0 0.06
HSL 290º 0.8% 0.69% -
HSV(B) 290º 0.53% 0.94% -
XYZ 50.4 32.95 85.36 -
YUV 158.76 173.29 170.25 -
System Red Green Blue C M Y K H S L
Decimal 218 113 239 0.09 0.53 0 0.06 290 0.8 0.69
Hex DA 71 EF 9 35 0 6 122 50 45
Octal 332 161 357 11 65 0 6 442 120 105
Binary 11011010 1110001 11101111 1001 110101 0 110 100100010 1010000 1000101

Color Harmonies of #DA71EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71EF

Black with #DA71EF

Text Example


Text Example

White with #DA71EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71EF; }

 p { color: rgb(218,113,239); }

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

background-color css

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

 a { background-color: rgb(218,113,239); }

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

border-color css

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

 span { border-color: rgb(218,113,239); }

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