Html Css Color HEX #DA50FF Heliotrope

📋 copy color: '#DA50FF'

red 218 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #DA50FF

Tints of Heliotrope #DA50FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.47%

 BLUE value IS 255 (100% from 255) = 46.11%

R = 39.42%
G = 14.47%
B = 46.11%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DA50FF (or 0xDA50FF) is known color: Heliotrope. HEX triplet: DA, 50 and FF. RGB value is (218,80,255). Sum of RGB (Red+Green+Blue) = 218+80+255=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 80 (31.64% from 255 or 14.47% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA50FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA50FF is #25AF00. Grayscale: #8C8C8C. Windows color (decimal): -2469633 or 16732378. OLE color: 16732378.

HSL color Cylindrical-coordinate representation of color #DA50FF: hue angle of 287.31º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA50FF is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 218 80 255 -
CMYK 0.15 0.69 0 0
HSL 287.31º 1% 0.66% -
HSV(B) 287.31º 0.69% 1% -
XYZ 49.83 27.86 97.36 -
YUV 141.21 192.22 182.77 -
System Red Green Blue C M Y K H S L
Decimal 218 80 255 0.15 0.69 0 0 287.31 1 0.66
Hex DA 50 FF F 45 0 0 11F 64 42
Octal 332 120 377 17 105 0 0 437 144 102
Binary 11011010 1010000 11111111 1111 1000101 0 0 100011111 1100100 1000010

Color Harmonies of #DA50FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA50FF

Black with #DA50FF

Text Example


Text Example

White with #DA50FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA50FF; }

 p { color: rgb(218,80,255); }

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

background-color css

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

 a { background-color: rgb(218,80,255); }

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

border-color css

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

 span { border-color: rgb(218,80,255); }

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