Html Css Color HEX #DA77F1 Heliotrope

📋 copy color: '#DA77F1'

red 218 ◦ green 119 ◦ blue 241

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

Shades of Heliotrope #DA77F1

Tints of Heliotrope #DA77F1

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.59%

 BLUE value IS 241 (94.53% from 255) = 41.7%

R = 37.72%
G = 20.59%
B = 41.7%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA77F1 (or 0xDA77F1) is known color: Heliotrope. HEX triplet: DA, 77 and F1. RGB value is (218,119,241). Sum of RGB (Red+Green+Blue) = 218+119+241=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 119 (46.88% from 255 or 20.59% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA77F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA77F1 is #25880E. Grayscale: #A2A2A2. Windows color (decimal): -2459663 or 15824858. OLE color: 15824858.

HSL color Cylindrical-coordinate representation of color #DA77F1: hue angle of 288.69º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA77F1 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 119 241 -
CMYK 0.10 0.51 0 0.05
HSL 288.69º 0.81% 0.71% -
HSV(B) 288.69º 0.51% 0.95% -
XYZ 51.39 34.45 87.16 -
YUV 162.51 172.3 167.58 -
System Red Green Blue C M Y K H S L
Decimal 218 119 241 0.10 0.51 0 0.05 288.69 0.81 0.71
Hex DA 77 F1 A 33 0 5 121 51 47
Octal 332 167 361 12 63 0 5 441 121 107
Binary 11011010 1110111 11110001 1010 110011 0 101 100100001 1010001 1000111

Color Harmonies of #DA77F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77F1

Black with #DA77F1

Text Example


Text Example

White with #DA77F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77F1; }

 p { color: rgb(218,119,241); }

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

background-color css

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

 a { background-color: rgb(218,119,241); }

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

border-color css

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

 span { border-color: rgb(218,119,241); }

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