#DA85FE

Color #DA85FE Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DA85FE

Tints of Heliotrope #DA85FE

Color information

#DA85FE (or 0xDA85FE) is unknown color: approx Heliotrope. HEX triplet: DA, 85 and FE. RGB value is (218,133,254). Sum of RGB (Red+Green+Blue) = 218+133+254=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 133 (52.34% from 255 or 21.98% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA85FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA85FE is #257A01. Grayscale: #ABABAB. Windows color (decimal): -2456066 or 16680410. OLE color: 16680410.

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

Color convert

RGB218133254-
CMYK0.140.4800.00
HSL282.15º98.37%75.88%-
HSV(B)282.15º47.64%99.61%-
XYZ55.1938.8498.35-
YUV172.21174.16160.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 133 (52.34% from 255) = 21.98%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=36.03%
G=21.98%
B=41.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2181332540.140.4800.00282.1598.3775.88
HexDA85FEE300011a624c
Octal332205376166000432142114
Binary11011010100001011111111011101100000010001101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA85FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA85FE; }

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

 H1.HeaderClassName
 {
   color: #DA85FE;
 }
 .AnyTagClassName
 {
   color: #DA85FE;
 }
</style>
background-color css

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

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

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

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

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

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