#DA8AFC

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

Shades of Heliotrope #DA8AFC

Tints of Heliotrope #DA8AFC

Color information

#DA8AFC (or 0xDA8AFC) is unknown color: approx Heliotrope. HEX triplet: DA, 8A and FC. RGB value is (218,138,252). Sum of RGB (Red+Green+Blue) = 218+138+252=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 138 (54.30% from 255 or 22.70% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA8AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8AFC is #257503. Grayscale: #AEAEAE. Windows color (decimal): -2454788 or 16550618. OLE color: 16550618.

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

Color convert

RGB218138252-
CMYK0.130.4500.01
HSL282.11º95%76.47%-
HSV(B)282.11º45.24%98.82%-
XYZ55.5740.1196.91-
YUV174.92171.5158.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 138 (54.30% from 255) = 22.70%
BLUE value IS 252 (98.83% from 255) = 41.45%
R=35.86%
G=22.70%
B=41.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181382520.130.4500.01282.119576.47
HexDA8AFCD2D0111a5f4c
Octal332212374155501432137114
Binary11011010100010101111110011011011010110001101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8AFC; }

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

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

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

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

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

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

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

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