#DA8AFE

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

Shades of Heliotrope #DA8AFE

Tints of Heliotrope #DA8AFE

Color information

#DA8AFE (or 0xDA8AFE) is unknown color: approx Heliotrope. HEX triplet: DA, 8A and FE. RGB value is (218,138,254). Sum of RGB (Red+Green+Blue) = 218+138+254=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 138 (54.30% from 255 or 22.62% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA8AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8AFE is #257501. Grayscale: #AEAEAE. Windows color (decimal): -2454786 or 16681690. OLE color: 16681690.

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

Color convert

RGB218138254-
CMYK0.140.4600.00
HSL281.38º98.31%76.86%-
HSV(B)281.38º45.67%99.61%-
XYZ55.8940.2498.59-
YUV175.14172.5158.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 138 (54.30% from 255) = 22.62%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=35.74%
G=22.62%
B=41.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2181382540.140.4600.00281.3898.3176.86
HexDA8AFEE2E00119624d
Octal332212376165600431142115
Binary11011010100010101111111011101011100010001100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8AFE; }

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

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

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

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

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

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

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

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