Html Css Color HEX #DA90FA Heliotrope

📋 copy color: '#DA90FA'

red 218 ◦ green 144 ◦ blue 250

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

Shades of Heliotrope #DA90FA

Tints of Heliotrope #DA90FA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.53%

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

R = 35.62%
G = 23.53%
B = 40.85%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA90FA (or 0xDA90FA) is known color: Heliotrope. HEX triplet: DA, 90 and FA. RGB value is (218,144,250). Sum of RGB (Red+Green+Blue) = 218+144+250=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 144 (56.64% from 255 or 23.53% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA90FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA90FA is #256F05. Grayscale: #B1B1B1. Windows color (decimal): -2453254 or 16421082. OLE color: 16421082.

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

Color convert

RGB 218 144 250 -
CMYK 0.13 0.42 0 0.02
HSL 281.89º 0.91% 0.77% -
HSV(B) 281.89º 0.42% 0.98% -
XYZ 56.14 41.75 95.54 -
YUV 178.21 168.52 156.38 -
System Red Green Blue C M Y K H S L
Decimal 218 144 250 0.13 0.42 0 0.02 281.89 0.91 0.77
Hex DA 90 FA D 2A 0 2 11A 5B 4D
Octal 332 220 372 15 52 0 2 432 133 115
Binary 11011010 10010000 11111010 1101 101010 0 10 100011010 1011011 1001101

Color Harmonies of #DA90FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA90FA

Black with #DA90FA

Text Example


Text Example

White with #DA90FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA90FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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