Html Css Color HEX #DA70FE Heliotrope

📋 copy color: '#DA70FE'

red 218 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #DA70FE

Tints of Heliotrope #DA70FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 37.33%
G = 19.18%
B = 43.49%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DA70FE (or 0xDA70FE) is known color: Heliotrope. HEX triplet: DA, 70 and FE. RGB value is (218,112,254). Sum of RGB (Red+Green+Blue) = 218+112+254=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA70FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA70FE is #258F01. Grayscale: #9F9F9F. Windows color (decimal): -2461442 or 16675034. OLE color: 16675034.

HSL color Cylindrical-coordinate representation of color #DA70FE: hue angle of 284.79º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA70FE is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 112 254 -
CMYK 0.14 0.56 0 0.00
HSL 284.79º 0.99% 0.72% -
HSV(B) 284.79º 0.56% 1% -
XYZ 52.6 33.65 97.49 -
YUV 159.88 181.12 169.45 -
System Red Green Blue C M Y K H S L
Decimal 218 112 254 0.14 0.56 0 0.00 284.79 0.99 0.72
Hex DA 70 FE E 38 0 0 11D 63 48
Octal 332 160 376 16 70 0 0 435 143 110
Binary 11011010 1110000 11111110 1110 111000 0 0 100011101 1100011 1001000

Color Harmonies of #DA70FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA70FE

Black with #DA70FE

Text Example


Text Example

White with #DA70FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA70FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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