Html Css Color HEX #DA84FA Heliotrope

📋 copy color: '#DA84FA'

red 218 ◦ green 132 ◦ blue 250

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

Shades of Heliotrope #DA84FA

Tints of Heliotrope #DA84FA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22%

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

R = 36.33%
G = 22%
B = 41.67%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA84FA (or 0xDA84FA) is known color: Heliotrope. HEX triplet: DA, 84 and FA. RGB value is (218,132,250). Sum of RGB (Red+Green+Blue) = 218+132+250=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 132 (51.95% from 255 or 22% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA84FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA84FA is #257B05. Grayscale: #AAAAAA. Windows color (decimal): -2456326 or 16418010. OLE color: 16418010.

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

Color convert

RGB 218 132 250 -
CMYK 0.13 0.47 0 0.02
HSL 283.73º 0.92% 0.75% -
HSV(B) 283.73º 0.47% 0.98% -
XYZ 54.42 38.31 94.97 -
YUV 171.17 172.49 161.41 -
System Red Green Blue C M Y K H S L
Decimal 218 132 250 0.13 0.47 0 0.02 283.73 0.92 0.75
Hex DA 84 FA D 2F 0 2 11C 5C 4B
Octal 332 204 372 15 57 0 2 434 134 113
Binary 11011010 10000100 11111010 1101 101111 0 10 100011100 1011100 1001011

Color Harmonies of #DA84FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA84FA

Black with #DA84FA

Text Example


Text Example

White with #DA84FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA84FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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