Html Css Color HEX #DA70FB Heliotrope

📋 copy color: '#DA70FB'

red 218 ◦ green 112 ◦ blue 251

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

Shades of Heliotrope #DA70FB

Tints of Heliotrope #DA70FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.2%

R = 37.52%
G = 19.28%
B = 43.2%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA70FB (or 0xDA70FB) is known color: Heliotrope. HEX triplet: DA, 70 and FB. RGB value is (218,112,251). Sum of RGB (Red+Green+Blue) = 218+112+251=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 112 (44.14% from 255 or 19.28% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA70FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA70FB is #258F04. Grayscale: #9F9F9F. Windows color (decimal): -2461445 or 16478426. OLE color: 16478426.

HSL color Cylindrical-coordinate representation of color #DA70FB: hue angle of 285.76º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA70FB is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 112 251 -
CMYK 0.13 0.55 0 0.02
HSL 285.76º 0.95% 0.71% -
HSV(B) 285.76º 0.55% 0.98% -
XYZ 52.12 33.46 94.98 -
YUV 159.54 179.62 169.7 -
System Red Green Blue C M Y K H S L
Decimal 218 112 251 0.13 0.55 0 0.02 285.76 0.95 0.71
Hex DA 70 FB D 37 0 2 11E 5F 47
Octal 332 160 373 15 67 0 2 436 137 107
Binary 11011010 1110000 11111011 1101 110111 0 10 100011110 1011111 1000111

Color Harmonies of #DA70FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA70FB

Black with #DA70FB

Text Example


Text Example

White with #DA70FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA70FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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