#D681EA

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

Shades of Heliotrope #D681EA

Tints of Heliotrope #D681EA

Color information

#D681EA (or 0xD681EA) is unknown color: approx Heliotrope. HEX triplet: D6, 81 and EA. RGB value is (214,129,234). Sum of RGB (Red+Green+Blue) = 214+129+234=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #D681EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D681EA is #297E15. Grayscale: #A6A6A6. Windows color (decimal): -2719254 or 15368662. OLE color: 15368662.

HSL color Cylindrical-coordinate representation of color #D681EA: hue angle of 288.57º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D681EA is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214129234-
CMYK0.090.4500.08
HSL288.57º71.43%71.18%-
HSV(B)288.57º44.87%91.76%-
XYZ50.4335.9482.12-
YUV166.38166.16161.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 129 (50.78% from 255) = 22.36%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=37.09%
G=22.36%
B=40.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141292340.090.4500.08288.5771.4371.18
HexD681EA92D081214747
Octal3262013521155010441107107
Binary11010110100000011110101010011011010100010010000110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D681EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D681EA; }

 p { color: rgb(214,129,234); }

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

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

 a { background-color: rgb(214,129,234); }

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

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

 span { border-color: rgb(214,129,234); }

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