Html Css Color HEX #DA78F2 Heliotrope

📋 copy color: '#DA78F2'

red 218 ◦ green 120 ◦ blue 242

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

Shades of Heliotrope #DA78F2

Tints of Heliotrope #DA78F2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.69%

 BLUE value IS 242 (94.92% from 255) = 41.72%

R = 37.59%
G = 20.69%
B = 41.72%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA78F2 (or 0xDA78F2) is known color: Heliotrope. HEX triplet: DA, 78 and F2. RGB value is (218,120,242). Sum of RGB (Red+Green+Blue) = 218+120+242=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 120 (47.27% from 255 or 20.69% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA78F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA78F2 is #25870D. Grayscale: #A2A2A2. Windows color (decimal): -2459406 or 15890650. OLE color: 15890650.

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

Color convert

RGB 218 120 242 -
CMYK 0.10 0.50 0 0.05
HSL 288.2º 0.82% 0.71% -
HSV(B) 288.2º 0.5% 0.95% -
XYZ 51.66 34.75 87.99 -
YUV 163.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 218 120 242 0.10 0.50 0 0.05 288.2 0.82 0.71
Hex DA 78 F2 A 32 0 5 120 52 47
Octal 332 170 362 12 62 0 5 440 122 107
Binary 11011010 1111000 11110010 1010 110010 0 101 100100000 1010010 1000111

Color Harmonies of #DA78F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA78F2

Black with #DA78F2

Text Example


Text Example

White with #DA78F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA78F2; }

 p { color: rgb(218,120,242); }

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

background-color css

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

 a { background-color: rgb(218,120,242); }

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

border-color css

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

 span { border-color: rgb(218,120,242); }

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