#D66BEF

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

Shades of Heliotrope #D66BEF

Tints of Heliotrope #D66BEF

Color information

#D66BEF (or 0xD66BEF) is unknown color: approx Heliotrope. HEX triplet: D6, 6B and EF. RGB value is (214,107,239). Sum of RGB (Red+Green+Blue) = 214+107+239=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #D66BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66BEF is #299410. Grayscale: #999999. Windows color (decimal): -2724881 or 15690710. OLE color: 15690710.

HSL color Cylindrical-coordinate representation of color #D66BEF: hue angle of 288.64º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66BEF is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214107239-
CMYK0.100.5500.06
HSL288.64º80.49%67.84%-
HSV(B)288.64º55.23%93.73%-
XYZ48.5731.0485.09-
YUV154.04175.95170.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 107 (42.19% from 255) = 19.11%
BLUE value IS 239 (93.75% from 255) = 42.68%
R=38.21%
G=19.11%
B=42.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2141072390.100.5500.06288.6480.4967.84
HexD66BEFA37061215044
Octal326153357126706441120104
Binary110101101101011111011111010110111011010010000110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66BEF; }

 p { color: rgb(214,107,239); }

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

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

 a { background-color: rgb(214,107,239); }

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

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

 span { border-color: rgb(214,107,239); }

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