Html Css Color HEX #DA80FB Heliotrope

📋 copy color: '#DA80FB'

red 218 ◦ green 128 ◦ blue 251

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

Shades of Heliotrope #DA80FB

Tints of Heliotrope #DA80FB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.44%

 BLUE value IS 251 (98.44% from 255) = 42.04%

R = 36.52%
G = 21.44%
B = 42.04%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA80FB (or 0xDA80FB) is known color: Heliotrope. HEX triplet: DA, 80 and FB. RGB value is (218,128,251). Sum of RGB (Red+Green+Blue) = 218+128+251=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 128 (50.39% from 255 or 21.44% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA80FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA80FB is #257F04. Grayscale: #A8A8A8. Windows color (decimal): -2457349 or 16482522. OLE color: 16482522.

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

Color convert

RGB 218 128 251 -
CMYK 0.13 0.49 0 0.02
HSL 283.9º 0.94% 0.74% -
HSV(B) 283.9º 0.49% 0.98% -
XYZ 54.05 37.31 95.62 -
YUV 168.93 174.32 163 -
System Red Green Blue C M Y K H S L
Decimal 218 128 251 0.13 0.49 0 0.02 283.9 0.94 0.74
Hex DA 80 FB D 31 0 2 11C 5E 4A
Octal 332 200 373 15 61 0 2 434 136 112
Binary 11011010 10000000 11111011 1101 110001 0 10 100011100 1011110 1001010

Color Harmonies of #DA80FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA80FB

Black with #DA80FB

Text Example


Text Example

White with #DA80FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA80FB; }

 p { color: rgb(218,128,251); }

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

background-color css

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

 a { background-color: rgb(218,128,251); }

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

border-color css

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

 span { border-color: rgb(218,128,251); }

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