Html Css Color HEX #DA50FB Heliotrope

📋 copy color: '#DA50FB'

red 218 ◦ green 80 ◦ blue 251

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

Shades of Heliotrope #DA50FB

Tints of Heliotrope #DA50FB

RGB

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

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

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

R = 39.71%
G = 14.57%
B = 45.72%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA50FB (or 0xDA50FB) is known color: Heliotrope. HEX triplet: DA, 50 and FB. RGB value is (218,80,251). Sum of RGB (Red+Green+Blue) = 218+80+251=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 80 (31.64% from 255 or 14.57% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA50FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA50FB is #25AF04. Grayscale: #8C8C8C. Windows color (decimal): -2469637 or 16470234. OLE color: 16470234.

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

Color convert

RGB 218 80 251 -
CMYK 0.13 0.68 0 0.02
HSL 288.42º 0.96% 0.65% -
HSV(B) 288.42º 0.68% 0.98% -
XYZ 49.19 27.61 94 -
YUV 140.76 190.22 183.1 -
System Red Green Blue C M Y K H S L
Decimal 218 80 251 0.13 0.68 0 0.02 288.42 0.96 0.65
Hex DA 50 FB D 44 0 2 120 60 41
Octal 332 120 373 15 104 0 2 440 140 101
Binary 11011010 1010000 11111011 1101 1000100 0 10 100100000 1100000 1000001

Color Harmonies of #DA50FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA50FB

Black with #DA50FB

Text Example


Text Example

White with #DA50FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA50FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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