#D66DEF

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

Shades of Heliotrope #D66DEF

Tints of Heliotrope #D66DEF

Color information

#D66DEF (or 0xD66DEF) is unknown color: approx Heliotrope. HEX triplet: D6, 6D and EF. RGB value is (214,109,239). Sum of RGB (Red+Green+Blue) = 214+109+239=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 109 (42.97% from 255 or 19.40% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #D66DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66DEF is #299210. Grayscale: #9A9A9A. Windows color (decimal): -2724369 or 15691222. OLE color: 15691222.

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

Color convert

RGB214109239-
CMYK0.100.5400.06
HSL288.46º80.25%68.24%-
HSV(B)288.46º54.39%93.73%-
XYZ48.7831.4785.16-
YUV155.22175.29169.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 109 (42.97% from 255) = 19.40%
BLUE value IS 239 (93.75% from 255) = 42.53%
R=38.08%
G=19.40%
B=42.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2141092390.100.5400.06288.4680.2568.24
HexD66DEFA36061205044
Octal326155357126606440120104
Binary110101101101101111011111010110110011010010000010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66DEF; }

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

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

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

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

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

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

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

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