#DA85FD

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

Shades of Heliotrope #DA85FD

Tints of Heliotrope #DA85FD

Color information

#DA85FD (or 0xDA85FD) is unknown color: approx Heliotrope. HEX triplet: DA, 85 and FD. RGB value is (218,133,253). Sum of RGB (Red+Green+Blue) = 218+133+253=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA85FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA85FD is #257A02. Grayscale: #ABABAB. Windows color (decimal): -2456067 or 16614874. OLE color: 16614874.

HSL color Cylindrical-coordinate representation of color #DA85FD: hue angle of 282.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA85FD is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218133253-
CMYK0.140.4700.01
HSL282.5º96.77%75.69%-
HSV(B)282.5º47.43%99.22%-
XYZ55.0338.7797.51-
YUV172.1173.66160.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 133 (52.34% from 255) = 22.02%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=36.09%
G=22.02%
B=41.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181332530.140.4700.01282.596.7775.69
HexDA85FDE2F0111a614c
Octal332205375165701432141114
Binary11011010100001011111110111101011110110001101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA85FD; }

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

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

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

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

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

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

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

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