Html Css Color HEX #DA5EFB Heliotrope

📋 copy color: '#DA5EFB'

red 218 ◦ green 94 ◦ blue 251

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

Shades of Heliotrope #DA5EFB

Tints of Heliotrope #DA5EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.7%

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

R = 38.72%
G = 16.7%
B = 44.58%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA5EFB (or 0xDA5EFB) is known color: Heliotrope. HEX triplet: DA, 5E and FB. RGB value is (218,94,251). Sum of RGB (Red+Green+Blue) = 218+94+251=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 94 (37.11% from 255 or 16.70% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA5EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5EFB is #25A104. Grayscale: #949494. Windows color (decimal): -2466053 or 16473818. OLE color: 16473818.

HSL color Cylindrical-coordinate representation of color #DA5EFB: hue angle of 287.39º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5EFB is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 94 251 -
CMYK 0.13 0.63 0 0.02
HSL 287.39º 0.95% 0.68% -
HSV(B) 287.39º 0.63% 0.98% -
XYZ 50.33 29.88 94.38 -
YUV 148.97 185.58 177.23 -
System Red Green Blue C M Y K H S L
Decimal 218 94 251 0.13 0.63 0 0.02 287.39 0.95 0.68
Hex DA 5E FB D 3F 0 2 11F 5F 44
Octal 332 136 373 15 77 0 2 437 137 104
Binary 11011010 1011110 11111011 1101 111111 0 10 100011111 1011111 1000100

Color Harmonies of #DA5EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5EFB

Black with #DA5EFB

Text Example


Text Example

White with #DA5EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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