Html Css Color HEX #DA70FC Heliotrope

📋 copy color: '#DA70FC'

red 218 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #DA70FC

Tints of Heliotrope #DA70FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.3%

R = 37.46%
G = 19.24%
B = 43.3%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DA70FC (or 0xDA70FC) is known color: Heliotrope. HEX triplet: DA, 70 and FC. RGB value is (218,112,252). Sum of RGB (Red+Green+Blue) = 218+112+252=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 112 (44.14% from 255 or 19.24% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA70FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA70FC is #258F03. Grayscale: #9F9F9F. Windows color (decimal): -2461444 or 16543962. OLE color: 16543962.

HSL color Cylindrical-coordinate representation of color #DA70FC: hue angle of 285.43º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA70FC is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 112 252 -
CMYK 0.13 0.56 0 0.01
HSL 285.43º 0.96% 0.71% -
HSV(B) 285.43º 0.56% 0.99% -
XYZ 52.28 33.52 95.81 -
YUV 159.65 180.12 169.62 -
System Red Green Blue C M Y K H S L
Decimal 218 112 252 0.13 0.56 0 0.01 285.43 0.96 0.71
Hex DA 70 FC D 38 0 1 11D 60 47
Octal 332 160 374 15 70 0 1 435 140 107
Binary 11011010 1110000 11111100 1101 111000 0 1 100011101 1100000 1000111

Color Harmonies of #DA70FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA70FC

Black with #DA70FC

Text Example


Text Example

White with #DA70FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA70FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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