Html Css Color HEX #DA5FEF Heliotrope

📋 copy color: '#DA5FEF'

red 218 ◦ green 95 ◦ blue 239

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

Shades of Heliotrope #DA5FEF

Tints of Heliotrope #DA5FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.21%

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

R = 39.49%
G = 17.21%
B = 43.3%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DA5FEF (or 0xDA5FEF) is known color: Heliotrope. HEX triplet: DA, 5F and EF. RGB value is (218,95,239). Sum of RGB (Red+Green+Blue) = 218+95+239=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 95 (37.5% from 255 or 17.21% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA5FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5FEF is #25A010. Grayscale: #939393. Windows color (decimal): -2465809 or 15687642. OLE color: 15687642.

HSL color Cylindrical-coordinate representation of color #DA5FEF: hue angle of 291.25º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA5FEF is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 95 239 -
CMYK 0.09 0.60 0 0.06
HSL 291.25º 0.82% 0.65% -
HSV(B) 291.25º 0.6% 0.94% -
XYZ 48.59 29.32 84.76 -
YUV 148.19 179.25 177.79 -
System Red Green Blue C M Y K H S L
Decimal 218 95 239 0.09 0.60 0 0.06 291.25 0.82 0.65
Hex DA 5F EF 9 3C 0 6 123 52 41
Octal 332 137 357 11 74 0 6 443 122 101
Binary 11011010 1011111 11101111 1001 111100 0 110 100100011 1010010 1000001

Color Harmonies of #DA5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5FEF

Black with #DA5FEF

Text Example


Text Example

White with #DA5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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