Html Css Color HEX #DA5BFE Heliotrope

📋 copy color: '#DA5BFE'

red 218 ◦ green 91 ◦ blue 254

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

Shades of Heliotrope #DA5BFE

Tints of Heliotrope #DA5BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.16%

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 38.72%
G = 16.16%
B = 45.12%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DA5BFE (or 0xDA5BFE) is known color: Heliotrope. HEX triplet: DA, 5B and FE. RGB value is (218,91,254). Sum of RGB (Red+Green+Blue) = 218+91+254=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 91 (35.94% from 255 or 16.16% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA5BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5BFE is #25A401. Grayscale: #939393. Windows color (decimal): -2466818 or 16669658. OLE color: 16669658.

HSL color Cylindrical-coordinate representation of color #DA5BFE: hue angle of 286.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA5BFE is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 91 254 -
CMYK 0.14 0.64 0 0.00
HSL 286.75º 0.99% 0.68% -
HSV(B) 286.75º 0.64% 1% -
XYZ 50.54 29.54 96.8 -
YUV 147.56 188.08 178.25 -
System Red Green Blue C M Y K H S L
Decimal 218 91 254 0.14 0.64 0 0.00 286.75 0.99 0.68
Hex DA 5B FE E 40 0 0 11F 63 44
Octal 332 133 376 16 100 0 0 437 143 104
Binary 11011010 1011011 11111110 1110 1000000 0 0 100011111 1100011 1000100

Color Harmonies of #DA5BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5BFE

Black with #DA5BFE

Text Example


Text Example

White with #DA5BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5BFE; }

 p { color: rgb(218,91,254); }

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

background-color css

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

 a { background-color: rgb(218,91,254); }

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

border-color css

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

 span { border-color: rgb(218,91,254); }

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