Html Css Color HEX #DA90FD Heliotrope

📋 copy color: '#DA90FD'

red 218 ◦ green 144 ◦ blue 253

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

Shades of Heliotrope #DA90FD

Tints of Heliotrope #DA90FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.14%

R = 35.45%
G = 23.41%
B = 41.14%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DA90FD (or 0xDA90FD) is known color: Heliotrope. HEX triplet: DA, 90 and FD. RGB value is (218,144,253). Sum of RGB (Red+Green+Blue) = 218+144+253=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 144 (56.64% from 255 or 23.41% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA90FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA90FD is #256F02. Grayscale: #B2B2B2. Windows color (decimal): -2453251 or 16617690. OLE color: 16617690.

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

Color convert

RGB 218 144 253 -
CMYK 0.14 0.43 0 0.01
HSL 280.73º 0.96% 0.78% -
HSV(B) 280.73º 0.43% 0.99% -
XYZ 56.62 41.94 98.04 -
YUV 178.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 218 144 253 0.14 0.43 0 0.01 280.73 0.96 0.78
Hex DA 90 FD E 2B 0 1 119 60 4E
Octal 332 220 375 16 53 0 1 431 140 116
Binary 11011010 10010000 11111101 1110 101011 0 1 100011001 1100000 1001110

Color Harmonies of #DA90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA90FD

Black with #DA90FD

Text Example


Text Example

White with #DA90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA90FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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