Html Css Color HEX #DA70EF Heliotrope

📋 copy color: '#DA70EF'

red 218 ◦ green 112 ◦ blue 239

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

Shades of Heliotrope #DA70EF

Tints of Heliotrope #DA70EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42%

R = 38.31%
G = 19.68%
B = 42%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DA70EF (or 0xDA70EF) is known color: Heliotrope. HEX triplet: DA, 70 and EF. RGB value is (218,112,239). Sum of RGB (Red+Green+Blue) = 218+112+239=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 112 (44.14% from 255 or 19.68% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA70EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA70EF is #258F10. Grayscale: #9D9D9D. Windows color (decimal): -2461457 or 15691994. OLE color: 15691994.

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

Color convert

RGB 218 112 239 -
CMYK 0.09 0.53 0 0.06
HSL 290.08º 0.8% 0.69% -
HSV(B) 290.08º 0.53% 0.94% -
XYZ 50.29 32.73 85.33 -
YUV 158.17 173.62 170.67 -
System Red Green Blue C M Y K H S L
Decimal 218 112 239 0.09 0.53 0 0.06 290.08 0.8 0.69
Hex DA 70 EF 9 35 0 6 122 50 45
Octal 332 160 357 11 65 0 6 442 120 105
Binary 11011010 1110000 11101111 1001 110101 0 110 100100010 1010000 1000101

Color Harmonies of #DA70EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA70EF

Black with #DA70EF

Text Example


Text Example

White with #DA70EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA70EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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