Html Css Color HEX #DA90FE Heliotrope

📋 copy color: '#DA90FE'

red 218 ◦ green 144 ◦ blue 254

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

Shades of Heliotrope #DA90FE

Tints of Heliotrope #DA90FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.23%

R = 35.39%
G = 23.38%
B = 41.23%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DA90FE (or 0xDA90FE) is known color: Heliotrope. HEX triplet: DA, 90 and FE. RGB value is (218,144,254). Sum of RGB (Red+Green+Blue) = 218+144+254=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 144 (56.64% from 255 or 23.38% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA90FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA90FE is #256F01. Grayscale: #B2B2B2. Windows color (decimal): -2453250 or 16683226. OLE color: 16683226.

HSL color Cylindrical-coordinate representation of color #DA90FE: hue angle of 280.36º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA90FE is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 144 254 -
CMYK 0.14 0.43 0 0.00
HSL 280.36º 0.98% 0.78% -
HSV(B) 280.36º 0.43% 1% -
XYZ 56.78 42.01 98.88 -
YUV 178.67 170.52 156.06 -
System Red Green Blue C M Y K H S L
Decimal 218 144 254 0.14 0.43 0 0.00 280.36 0.98 0.78
Hex DA 90 FE E 2B 0 0 118 62 4E
Octal 332 220 376 16 53 0 0 430 142 116
Binary 11011010 10010000 11111110 1110 101011 0 0 100011000 1100010 1001110

Color Harmonies of #DA90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA90FE

Black with #DA90FE

Text Example


Text Example

White with #DA90FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA90FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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