Html Css Color HEX #DA86FA Heliotrope

📋 copy color: '#DA86FA'

red 218 ◦ green 134 ◦ blue 250

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

Shades of Heliotrope #DA86FA

Tints of Heliotrope #DA86FA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.26%

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 36.21%
G = 22.26%
B = 41.53%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA86FA (or 0xDA86FA) is known color: Heliotrope. HEX triplet: DA, 86 and FA. RGB value is (218,134,250). Sum of RGB (Red+Green+Blue) = 218+134+250=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 134 (52.73% from 255 or 22.26% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA86FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA86FA is #257905. Grayscale: #ABABAB. Windows color (decimal): -2455814 or 16418522. OLE color: 16418522.

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

Color convert

RGB 218 134 250 -
CMYK 0.13 0.46 0 0.02
HSL 283.45º 0.92% 0.75% -
HSV(B) 283.45º 0.46% 0.98% -
XYZ 54.69 38.86 95.06 -
YUV 172.34 171.83 160.57 -
System Red Green Blue C M Y K H S L
Decimal 218 134 250 0.13 0.46 0 0.02 283.45 0.92 0.75
Hex DA 86 FA D 2E 0 2 11B 5C 4B
Octal 332 206 372 15 56 0 2 433 134 113
Binary 11011010 10000110 11111010 1101 101110 0 10 100011011 1011100 1001011

Color Harmonies of #DA86FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA86FA

Black with #DA86FA

Text Example


Text Example

White with #DA86FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA86FA; }

 p { color: rgb(218,134,250); }

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

background-color css

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

 a { background-color: rgb(218,134,250); }

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

border-color css

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

 span { border-color: rgb(218,134,250); }

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