#DA8CF1

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

Shades of Heliotrope #DA8CF1

Tints of Heliotrope #DA8CF1

Color information

#DA8CF1 (or 0xDA8CF1) is unknown color: approx Heliotrope. HEX triplet: DA, 8C and F1. RGB value is (218,140,241). Sum of RGB (Red+Green+Blue) = 218+140+241=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 140 (55.08% from 255 or 23.37% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA8CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8CF1 is #25730E. Grayscale: #AEAEAE. Windows color (decimal): -2454287 or 15830234. OLE color: 15830234.

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

Color convert

RGB218140241-
CMYK0.100.4200.05
HSL286.34º78.29%74.71%-
HSV(B)286.34º41.91%94.51%-
XYZ54.1740.0188.09-
YUV174.84165.34158.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 140 (55.08% from 255) = 23.37%
BLUE value IS 241 (94.53% from 255) = 40.23%
R=36.39%
G=23.37%
B=40.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181402410.100.4200.05286.3478.2974.71
HexDA8CF1A2A0511e4e4b
Octal332214361125205436116113
Binary1101101010001100111100011010101010010110001111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8CF1; }

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

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

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

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

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

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

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

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