Html Css Color HEX #DA70EA Heliotrope

📋 copy color: '#DA70EA'

red 218 ◦ green 112 ◦ blue 234

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

Shades of Heliotrope #DA70EA

Tints of Heliotrope #DA70EA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.86%

 BLUE value IS 234 (91.8% from 255) = 41.49%

R = 38.65%
G = 19.86%
B = 41.49%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DA70EA (or 0xDA70EA) is known color: Heliotrope. HEX triplet: DA, 70 and EA. RGB value is (218,112,234). Sum of RGB (Red+Green+Blue) = 218+112+234=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA70EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA70EA is #258F15. Grayscale: #9D9D9D. Windows color (decimal): -2461462 or 15364314. OLE color: 15364314.

HSL color Cylindrical-coordinate representation of color #DA70EA: hue angle of 292.13º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA70EA is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 112 234 -
CMYK 0.07 0.52 0 0.08
HSL 292.13º 0.74% 0.68% -
HSV(B) 292.13º 0.52% 0.92% -
XYZ 49.56 32.43 81.49 -
YUV 157.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 218 112 234 0.07 0.52 0 0.08 292.13 0.74 0.68
Hex DA 70 EA 7 34 0 8 124 4A 44
Octal 332 160 352 7 64 0 10 444 112 104
Binary 11011010 1110000 11101010 111 110100 0 1000 100100100 1001010 1000100

Color Harmonies of #DA70EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA70EA

Black with #DA70EA

Text Example


Text Example

White with #DA70EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA70EA; }

 p { color: rgb(218,112,234); }

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

background-color css

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

 a { background-color: rgb(218,112,234); }

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

border-color css

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

 span { border-color: rgb(218,112,234); }

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