#DA8AF1

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

Shades of Heliotrope #DA8AF1

Tints of Heliotrope #DA8AF1

Color information

#DA8AF1 (or 0xDA8AF1) is unknown color: approx Heliotrope. HEX triplet: DA, 8A and F1. RGB value is (218,138,241). Sum of RGB (Red+Green+Blue) = 218+138+241=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 138 (54.30% from 255 or 23.12% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA8AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8AF1 is #25750E. Grayscale: #ADADAD. Windows color (decimal): -2454799 or 15829722. OLE color: 15829722.

HSL color Cylindrical-coordinate representation of color #DA8AF1: hue angle of 286.6º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA8AF1 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218138241-
CMYK0.100.4300.05
HSL286.6º78.63%74.31%-
HSV(B)286.6º42.74%94.51%-
XYZ53.8839.4387.99-
YUV173.66166159.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 138 (54.30% from 255) = 23.12%
BLUE value IS 241 (94.53% from 255) = 40.37%
R=36.52%
G=23.12%
B=40.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181382410.100.4300.05286.678.6374.31
HexDA8AF1A2B0511f4f4a
Octal332212361125305437117112
Binary1101101010001010111100011010101011010110001111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8AF1; }

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

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

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

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

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

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

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

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