Html Css Color HEX #DA71FF Heliotrope

📋 copy color: '#DA71FF'

red 218 ◦ green 113 ◦ blue 255

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

Shades of Heliotrope #DA71FF

Tints of Heliotrope #DA71FF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.28%

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

R = 37.2%
G = 19.28%
B = 43.52%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DA71FF (or 0xDA71FF) is known color: Heliotrope. HEX triplet: DA, 71 and FF. RGB value is (218,113,255). Sum of RGB (Red+Green+Blue) = 218+113+255=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 113 (44.53% from 255 or 19.28% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA71FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA71FF is #258E00. Grayscale: #A0A0A0. Windows color (decimal): -2461185 or 16740826. OLE color: 16740826.

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

Color convert

RGB 218 113 255 -
CMYK 0.15 0.56 0 0
HSL 284.37º 1% 0.72% -
HSV(B) 284.37º 0.56% 1% -
XYZ 52.87 33.94 98.37 -
YUV 160.58 181.29 168.95 -
System Red Green Blue C M Y K H S L
Decimal 218 113 255 0.15 0.56 0 0 284.37 1 0.72
Hex DA 71 FF F 38 0 0 11C 64 48
Octal 332 161 377 17 70 0 0 434 144 110
Binary 11011010 1110001 11111111 1111 111000 0 0 100011100 1100100 1001000

Color Harmonies of #DA71FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71FF

Black with #DA71FF

Text Example


Text Example

White with #DA71FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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