Html Css Color HEX #DA7EFB Heliotrope

📋 copy color: '#DA7EFB'

red 218 ◦ green 126 ◦ blue 251

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

Shades of Heliotrope #DA7EFB

Tints of Heliotrope #DA7EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.18%

R = 36.64%
G = 21.18%
B = 42.18%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA7EFB (or 0xDA7EFB) is known color: Heliotrope. HEX triplet: DA, 7E and FB. RGB value is (218,126,251). Sum of RGB (Red+Green+Blue) = 218+126+251=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 126 (49.61% from 255 or 21.18% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7EFB is #258104. Grayscale: #A7A7A7. Windows color (decimal): -2457861 or 16482010. OLE color: 16482010.

HSL color Cylindrical-coordinate representation of color #DA7EFB: hue angle of 284.16º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA7EFB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 126 251 -
CMYK 0.13 0.50 0 0.02
HSL 284.16º 0.94% 0.74% -
HSV(B) 284.16º 0.5% 0.98% -
XYZ 53.79 36.79 95.53 -
YUV 167.76 174.98 163.84 -
System Red Green Blue C M Y K H S L
Decimal 218 126 251 0.13 0.50 0 0.02 284.16 0.94 0.74
Hex DA 7E FB D 32 0 2 11C 5E 4A
Octal 332 176 373 15 62 0 2 434 136 112
Binary 11011010 1111110 11111011 1101 110010 0 10 100011100 1011110 1001010

Color Harmonies of #DA7EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7EFB

Black with #DA7EFB

Text Example


Text Example

White with #DA7EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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