#DA8CFE

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

Shades of Heliotrope #DA8CFE

Tints of Heliotrope #DA8CFE

Color information

#DA8CFE (or 0xDA8CFE) is unknown color: approx Heliotrope. HEX triplet: DA, 8C and FE. RGB value is (218,140,254). Sum of RGB (Red+Green+Blue) = 218+140+254=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA8CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8CFE is #257301. Grayscale: #AFAFAF. Windows color (decimal): -2454274 or 16682202. OLE color: 16682202.

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

Color convert

RGB218140254-
CMYK0.140.4500.00
HSL281.05º98.28%77.25%-
HSV(B)281.05º44.88%99.61%-
XYZ56.1840.8298.68-
YUV176.32171.84157.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.62%
GREEN value IS 140 (55.08% from 255) = 22.88%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=35.62%
G=22.88%
B=41.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2181402540.140.4500.00281.0598.2877.25
HexDA8CFEE2D00119624d
Octal332214376165500431142115
Binary11011010100011001111111011101011010010001100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8CFE; }

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

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

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

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

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

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

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

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