Html Css Color HEX #DA90F8 Heliotrope

📋 copy color: '#DA90F8'

red 218 ◦ green 144 ◦ blue 248

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

Shades of Heliotrope #DA90F8

Tints of Heliotrope #DA90F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.66%

R = 35.74%
G = 23.61%
B = 40.66%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DA90F8 (or 0xDA90F8) is known color: Heliotrope. HEX triplet: DA, 90 and F8. RGB value is (218,144,248). Sum of RGB (Red+Green+Blue) = 218+144+248=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 144 (56.64% from 255 or 23.61% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #DA90F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA90F8 is #256F07. Grayscale: #B1B1B1. Windows color (decimal): -2453256 or 16290010. OLE color: 16290010.

HSL color Cylindrical-coordinate representation of color #DA90F8: hue angle of 282.69º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA90F8 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 144 248 -
CMYK 0.12 0.42 0 0.03
HSL 282.69º 0.88% 0.77% -
HSV(B) 282.69º 0.42% 0.97% -
XYZ 55.83 41.63 93.9 -
YUV 177.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 218 144 248 0.12 0.42 0 0.03 282.69 0.88 0.77
Hex DA 90 F8 C 2A 0 3 11B 58 4D
Octal 332 220 370 14 52 0 3 433 130 115
Binary 11011010 10010000 11111000 1100 101010 0 11 100011011 1011000 1001101

Color Harmonies of #DA90F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA90F8

Black with #DA90F8

Text Example


Text Example

White with #DA90F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA90F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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