Html Css Color HEX #DA76F0 Heliotrope

📋 copy color: '#DA76F0'

red 218 ◦ green 118 ◦ blue 240

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

Shades of Heliotrope #DA76F0

Tints of Heliotrope #DA76F0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.49%

 BLUE value IS 240 (94.14% from 255) = 41.67%

R = 37.85%
G = 20.49%
B = 41.67%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DA76F0 (or 0xDA76F0) is known color: Heliotrope. HEX triplet: DA, 76 and F0. RGB value is (218,118,240). Sum of RGB (Red+Green+Blue) = 218+118+240=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 118 (46.48% from 255 or 20.49% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA76F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA76F0 is #25890F. Grayscale: #A1A1A1. Windows color (decimal): -2459920 or 15759066. OLE color: 15759066.

HSL color Cylindrical-coordinate representation of color #DA76F0: hue angle of 289.18º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA76F0 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 118 240 -
CMYK 0.09 0.51 0 0.06
HSL 289.18º 0.8% 0.7% -
HSV(B) 289.18º 0.51% 0.94% -
XYZ 51.12 34.15 86.34 -
YUV 161.81 172.13 168.08 -
System Red Green Blue C M Y K H S L
Decimal 218 118 240 0.09 0.51 0 0.06 289.18 0.8 0.7
Hex DA 76 F0 9 33 0 6 121 50 46
Octal 332 166 360 11 63 0 6 441 120 106
Binary 11011010 1110110 11110000 1001 110011 0 110 100100001 1010000 1000110

Color Harmonies of #DA76F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76F0

Black with #DA76F0

Text Example


Text Example

White with #DA76F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76F0; }

 p { color: rgb(218,118,240); }

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

background-color css

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

 a { background-color: rgb(218,118,240); }

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

border-color css

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

 span { border-color: rgb(218,118,240); }

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