Html Css Color HEX #DA8AF0 Heliotrope

📋 copy color: '#DA8AF0'

red 218 ◦ green 138 ◦ blue 240

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

Shades of Heliotrope #DA8AF0

Tints of Heliotrope #DA8AF0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.15%

 BLUE value IS 240 (94.14% from 255) = 40.27%

R = 36.58%
G = 23.15%
B = 40.27%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DA8AF0 (or 0xDA8AF0) is known color: Heliotrope. HEX triplet: DA, 8A and F0. RGB value is (218,138,240). Sum of RGB (Red+Green+Blue) = 218+138+240=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA8AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8AF0 is #25750F. Grayscale: #ADADAD. Windows color (decimal): -2454800 or 15764186. OLE color: 15764186.

HSL color Cylindrical-coordinate representation of color #DA8AF0: hue angle of 287.06º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA8AF0 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 138 240 -
CMYK 0.09 0.42 0 0.06
HSL 287.06º 0.77% 0.74% -
HSV(B) 287.06º 0.43% 0.94% -
XYZ 53.73 39.37 87.21 -
YUV 173.55 165.5 159.71 -
System Red Green Blue C M Y K H S L
Decimal 218 138 240 0.09 0.42 0 0.06 287.06 0.77 0.74
Hex DA 8A F0 9 2A 0 6 11F 4D 4A
Octal 332 212 360 11 52 0 6 437 115 112
Binary 11011010 10001010 11110000 1001 101010 0 110 100011111 1001101 1001010

Color Harmonies of #DA8AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8AF0

Black with #DA8AF0

Text Example


Text Example

White with #DA8AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8AF0; }

 p { color: rgb(218,138,240); }

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

background-color css

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

 a { background-color: rgb(218,138,240); }

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

border-color css

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

 span { border-color: rgb(218,138,240); }

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